summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-11-19 10:58:23 -0800
committerDonald Webster2022-11-19 10:58:23 -0800
commite7a785240682700e8a7d34cb9e8e2b746dfffd0d (patch)
treef2fd1a3bf180f0990d3fac516e5fb1258978fb94
parent9c5138bc5256886b757832d52ebe263b3d5b9b1e (diff)
downloadaur-e7a785240682700e8a7d34cb9e8e2b746dfffd0d.tar.gz
Switch to just openssl.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d4c5f7f8779..07b7a29ae7f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = jackett
license = GPL
makedepends = dotnet-sdk>=6.0.0
depends = curl
- depends = openssl-1.0
+ depends = openssl
optdepends = flaresolverr: A proxy server to bypass Cloudflare protection
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 22373afedc65..72cf575009c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,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' 'openssl-1.0')
+depends=('curl' 'openssl')
optdepends=(
'flaresolverr: A proxy server to bypass Cloudflare protection'
)