mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update to use dotNet 8
This commit is contained in:
parent
4f37040f16
commit
26c8e2b059
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -6,8 +6,8 @@ pkgbase = rdt-client
|
|||
arch = any
|
||||
license = MIT
|
||||
makedepends = unzip
|
||||
depends = dotnet-runtime-6.0
|
||||
depends = aspnet-runtime-6.0
|
||||
depends = dotnet-runtime-8.0
|
||||
depends = aspnet-runtime-8.0
|
||||
optdepends = aria2: download utility
|
||||
noextract = RealDebridClient.zip
|
||||
source = https://github.com/rogerfar/rdt-client/releases/download/v2.0.79/RealDebridClient.zip
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -14,8 +14,8 @@ makedepends=(
|
|||
)
|
||||
|
||||
depends=(
|
||||
'dotnet-runtime-6.0'
|
||||
'aspnet-runtime-6.0'
|
||||
'dotnet-runtime-8.0'
|
||||
'aspnet-runtime-8.0'
|
||||
)
|
||||
|
||||
optdepends=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue