Add openssl-1.0 depends.

This commit is contained in:
Donald Webster 2019-03-21 13:59:53 -07:00
parent 948104fffd
commit 1b475c76e5
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ pkgbase = jackett
arch = armv7h
license = GPL
depends = curl
depends = openssl-1.0
options = !strip
options = staticlibs
source = jackett.service

View file

@ -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'