Remove makedepends nuget.
This commit is contained in:
parent
f5a5875ee5
commit
66593d86f5
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -7,7 +7,6 @@ pkgbase = jackett
|
|||
arch = aarch64
|
||||
arch = armv7h
|
||||
license = GPL
|
||||
makedepends = nuget
|
||||
makedepends = dotnet-sdk
|
||||
depends = curl
|
||||
depends = openssl-1.0
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ arch=('x86_64' 'aarch64' 'armv7h')
|
|||
license=('GPL')
|
||||
url='https://github.com/Jackett/Jackett'
|
||||
depends=('curl' 'openssl-1.0')
|
||||
makedepends=('nuget' 'dotnet-sdk')
|
||||
makedepends=('dotnet-sdk')
|
||||
options=('!strip' 'staticlibs')
|
||||
|
||||
source=(
|
||||
|
|
Loading…
Reference in a new issue