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