diff options
author | Donald Webster | 2019-03-21 13:59:53 -0700 |
---|---|---|
committer | Donald Webster | 2019-03-21 13:59:53 -0700 |
commit | 1b475c76e5949acda30fe6562795ccb9eee08253 (patch) | |
tree | 6cf8593c752887e77d898f4162cffef112db8b72 /PKGBUILD | |
parent | 948104fffda9c2b344d1210c70adb55cdf44dbe3 (diff) | |
download | aur-1b475c76e5949acda30fe6562795ccb9eee08253.tar.gz |
Add openssl-1.0 depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |