summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2019-03-21 13:59:53 -0700
committerDonald Webster2019-03-21 13:59:53 -0700
commit1b475c76e5949acda30fe6562795ccb9eee08253 (patch)
tree6cf8593c752887e77d898f4162cffef112db8b72 /PKGBUILD
parent948104fffda9c2b344d1210c70adb55cdf44dbe3 (diff)
downloadaur-1b475c76e5949acda30fe6562795ccb9eee08253.tar.gz
Add openssl-1.0 depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4253e73d050d..d7a19e957719 100644
--- a/PKGBUILD
+++ b/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'