summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-03-21 13:59:53 -0700
committerDonald Webster2019-03-21 13:59:53 -0700
commit1b475c76e5949acda30fe6562795ccb9eee08253 (patch)
tree6cf8593c752887e77d898f4162cffef112db8b72
parent948104fffda9c2b344d1210c70adb55cdf44dbe3 (diff)
downloadaur-1b475c76e5949acda30fe6562795ccb9eee08253.tar.gz
Add openssl-1.0 depends.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f7957af9dbb..9b4cdfce0c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = jackett
arch = armv7h
license = GPL
depends = curl
+ depends = openssl-1.0
options = !strip
options = staticlibs
source = jackett.service
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'