fix(jellyfin): use dotnet 6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2023-11-19 19:39:46 +01:00
parent 3621e709b0
commit aad3e1e064

View File

@ -3,6 +3,7 @@
# Contributor: Daniel Seymour <dannyseeless@gmail.com>
_pkgver=10.8.12
_dotnet_ver=6.0
pkgbase=jellyfin
pkgname=(jellyfin jellyfin-web jellyfin-server)
pkgver=10.8.12
@ -11,7 +12,7 @@ pkgdesc='The Free Software Media System'
arch=('x86_64')
url='https://github.com/jellyfin/jellyfin'
license=('GPL2')
makedepends=('dotnet-sdk>=6' 'dotnet-sdk<7' 'nodejs' 'npm' 'git')
makedepends=("dotnet-sdk-$_dotnet_ver" 'nodejs' 'npm' 'git')
source=("jellyfin-$_pkgver.tar.gz::https://github.com/jellyfin/jellyfin/archive/v$_pkgver.tar.gz"
"jellyfin-web-$_pkgver.tar.gz::https://github.com/jellyfin/jellyfin-web/archive/v$_pkgver.tar.gz"
'jellyfin.conf'