summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2020-05-08 13:22:00 -0700
committerDonald Webster2020-05-08 13:22:00 -0700
commitd013014a1574ab60558b39a0aed111c7217cda39 (patch)
treefc7b210f02d5a3fa3bf99ab045f4ea14b3f6c3be /PKGBUILD
parent7b7ffef921a300bb0d2697ea8b7ae8d58359d092 (diff)
downloadaur-d013014a1574ab60558b39a0aed111c7217cda39.tar.gz
Switch python2 requirement to python.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'