fix: jellyfin dotnet 8

This commit is contained in:
nyyu 2024-05-20 19:49:27 +02:00
parent fafe7b757b
commit 76cd27201b
3 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ build() {
git config --global user.email "drone@nyyu.dev" git config --global user.email "drone@nyyu.dev"
git config --global user.name "drone" git config --global user.name "drone"
git config --global init.defaultBranch master
git remote set-url origin "${CI_REPO_CLONE_URL}" git remote set-url origin "${CI_REPO_CLONE_URL}"
# shellcheck disable=SC2016 # shellcheck disable=SC2016
git config credential.helper '!f() { sleep 1; echo "username=drone"; echo "password=${GIT_PASSWORD}"; }; f' git config credential.helper '!f() { sleep 1; echo "username=drone"; echo "password=${GIT_PASSWORD}"; }; f'

View File

@ -5,7 +5,7 @@ pkgbase = jellyfin
url = https://github.com/jellyfin/jellyfin url = https://github.com/jellyfin/jellyfin
arch = x86_64 arch = x86_64
license = GPL2 license = GPL2
makedepends = dotnet-sdk-6.0 makedepends = dotnet-sdk-8.0
makedepends = nodejs makedepends = nodejs
makedepends = npm makedepends = npm
makedepends = git makedepends = git

View File

@ -3,7 +3,7 @@
# Contributor: Daniel Seymour <dannyseeless@gmail.com> # Contributor: Daniel Seymour <dannyseeless@gmail.com>
_pkgver=10.9.2 _pkgver=10.9.2
_dotnet_ver=6.0 _dotnet_ver=8.0
pkgbase=jellyfin pkgbase=jellyfin
pkgname=(jellyfin jellyfin-web jellyfin-server) pkgname=(jellyfin jellyfin-web jellyfin-server)
pkgver=10.9.2 pkgver=10.9.2