summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkhsjdhjs2022-11-28 21:32:50 +0100
committerjkhsjdhjs2022-11-28 21:52:19 +0100
commite8abbcd6e5b9fe87b0742056cf5a9d5ae912d68d (patch)
tree78b4095ccdbc99caa5d7095dd8b5a3b0a9984d66
parent3af23ac5ca36d3177480dd91a835bf382c2afbe7 (diff)
downloadaur-e8abbcd6e5b9fe87b0742056cf5a9d5ae912d68d.tar.gz
Depend on java-runtime-headless<=17
Also add myself as co-maintainer.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35fcdb848625..9b6b2f3b4170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nzbhydra2
arch = any
license = Apache
depends = python
+ depends = java-runtime-headless<=17
depends = java-runtime-headless>=8
optdepends = jackett: torrent indexer proxy
source = https://github.com/theotherp/nzbhydra2/releases/download/v4.6.1/nzbhydra2-4.6.1-linux.zip
diff --git a/PKGBUILD b/PKGBUILD
index b69b7b111f4d..e4f5d6f5e900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Donald Webster <fryfrog@gmail.com>
# Maintainer: Daniel Egeberg <daniel.egeberg@gmail.com>
+# Co-Maintainer: Leon Möller <jkhsjdhjs at totally dot rip>
pkgname="nzbhydra2"
pkgver=4.6.1
@@ -8,7 +9,7 @@ pkgdesc="Search aggregator for newznab and torznab indexers."
arch=('any')
url="https://github.com/theotherp/nzbhydra2"
license=('Apache')
-depends=('python' 'java-runtime-headless>=8')
+depends=('python' 'java-runtime-headless<=17' 'java-runtime-headless>=8')
optdepends=('jackett: torrent indexer proxy')
source=("https://github.com/theotherp/nzbhydra2/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.zip"
'nzbhydra2.service'