From 1b475c76e5949acda30fe6562795ccb9eee08253 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Thu, 21 Mar 2019 13:59:53 -0700 Subject: [PATCH] Add openssl-1.0 depends. --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 8f7957af9db..9b4cdfce0c8 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 4253e73d050..d7a19e95771 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'