summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-05-08 13:22:00 -0700
committerDonald Webster2020-05-08 13:22:00 -0700
commitd013014a1574ab60558b39a0aed111c7217cda39 (patch)
treefc7b210f02d5a3fa3bf99ab045f4ea14b3f6c3be
parent7b7ffef921a300bb0d2697ea8b7ae8d58359d092 (diff)
downloadaur-d013014a1574ab60558b39a0aed111c7217cda39.tar.gz
Switch python2 requirement to python.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2998f73e3f5..b68fe70d49f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = nzbhydra2
url = https://github.com/theotherp/nzbhydra2
arch = any
license = Apache
- depends = python2
+ depends = python
depends = java-runtime-headless>=8
optdepends = jackett: torrent indexer proxy
source = https://github.com/theotherp/nzbhydra2/releases/download/v2.21.0/nzbhydra2-2.21.0-linux.zip
diff --git a/PKGBUILD b/PKGBUILD
index ad5630a6d3eb..ee250c69ba19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Search aggregator for newznab and torznab indexers."
arch=('any')
url="https://github.com/theotherp/nzbhydra2"
license=('Apache')
-depends=('python2' 'java-runtime-headless>=8')
+depends=('python' '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'