summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2020-05-08 15:20:08 -0700
committerDonald Webster2020-05-08 15:20:08 -0700
commit18e4c817d6945665afae05f53100ea85e396669d (patch)
tree21143fe88e51164dac80a32e6f2a78ac09f96f02 /PKGBUILD
parent75d0101e3c7c7bd3bc831b70ddd4b373745fb5bb (diff)
downloadaur-18e4c817d6945665afae05f53100ea85e396669d.tar.gz
Stop including the python 2 wrapper *and* the binary wrapper, which is what it was checksumming.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc87262e937b..4e64ee752f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="nzbhydra2"
pkgver=2.21.0
-pkgrel=3
+pkgrel=4
pkgdesc="Search aggregator for newznab and torznab indexers."
arch=('any')
url="https://github.com/theotherp/nzbhydra2"
@@ -24,8 +24,6 @@ package() {
install -d -m 755 "${pkgdir}/usr/lib/nzbhydra2"
cp -dpr --no-preserve=ownership "${srcdir}/lib" "${srcdir}/readme.md" "${pkgdir}/usr/lib/nzbhydra2"
install -D -m 755 "${srcdir}/nzbhydra2wrapperPy3.py" "${pkgdir}/usr/lib/nzbhydra2/nzbhydra2wrapperPy3.py"
- install -D -m 755 "${srcdir}/nzbhydra2wrapper.py" "${pkgdir}/usr/lib/nzbhydra2/nzbhydra2wrapper.py"
- install -D -m 755 "${srcdir}/nzbhydra2" "${pkgdir}/usr/lib/nzbhydra2"
install -D -m 644 "${srcdir}/nzbhydra2.service" "${pkgdir}/usr/lib/systemd/system/nzbhydra2.service"
install -D -m 644 "${srcdir}/nzbhydra2.sysusers" "${pkgdir}/usr/lib/sysusers.d/nzbhydra2.conf"