Add openssl-1.0 depends.
This commit is contained in:
parent
948104fffd
commit
1b475c76e5
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -9,6 +9,7 @@ pkgbase = jackett
|
|||
arch = armv7h
|
||||
license = GPL
|
||||
depends = curl
|
||||
depends = openssl-1.0
|
||||
options = !strip
|
||||
options = staticlibs
|
||||
source = jackett.service
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -5,7 +5,7 @@ pkgdesc='Use many torrent trackers with software that supports torznab/potato fe
|
|||
arch=('x86_64' 'aarch64' 'armv7h')
|
||||
license=('GPL')
|
||||
url='https://github.com/Jackett/Jackett'
|
||||
depends=('curl')
|
||||
depends=('curl' 'openssl-1.0')
|
||||
options=('!strip' 'staticlibs')
|
||||
install='jackett.install'
|
||||
|
||||
|
|
Loading…
Reference in a new issue