diff options
author | Donald Webster | 2020-05-08 13:22:00 -0700 |
---|---|---|
committer | Donald Webster | 2020-05-08 13:22:00 -0700 |
commit | d013014a1574ab60558b39a0aed111c7217cda39 (patch) | |
tree | fc7b210f02d5a3fa3bf99ab045f4ea14b3f6c3be /PKGBUILD | |
parent | 7b7ffef921a300bb0d2697ea8b7ae8d58359d092 (diff) | |
download | aur-d013014a1574ab60558b39a0aed111c7217cda39.tar.gz |
Switch python2 requirement to python.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |