summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkhsjdhjs2024-03-25 02:30:45 +0100
committerjkhsjdhjs2024-03-25 02:31:40 +0100
commit38a9855934dd4d1abab0267a1bbc80f1c64107ce (patch)
treec10efea0709ff12d235a3c6ee10befe2c0c10cc8
parent90b6a127b8bb7059877fc98d2f4a1bd8832f488b (diff)
downloadaur-38a9855934dd4d1abab0267a1bbc80f1c64107ce.tar.gz
disable makepkg debug option
https://github.com/theotherp/nzbhydra2/issues/925 https://bbs.archlinux.org/viewtopic.php?id=294068
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f73ef7df94f2..8585ad2c8078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nzbhydra2-nojava-bin
pkgdesc = Search aggregator for newznab and torznab indexers.
pkgver = 5.3.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theotherp/nzbhydra2
arch = x86_64
arch = aarch64
@@ -10,6 +10,7 @@ pkgbase = nzbhydra2-nojava-bin
optdepends = jackett: torrent indexer proxy
provides = nzbhydra2
conflicts = nzbhydra2
+ options = !debug
source = nzbhydra2.service
source = nzbhydra2.tmpfiles
source = nzbhydra2.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index a90c33cda5b4..e980a1ecc28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="nzbhydra2-nojava-bin"
pkgver=5.3.11
-pkgrel=1
+pkgrel=2
pkgdesc="Search aggregator for newznab and torznab indexers."
arch=('x86_64' 'aarch64')
url="https://github.com/theotherp/nzbhydra2"
@@ -12,6 +12,7 @@ provides=('nzbhydra2')
conflicts=('nzbhydra2')
depends=('python')
optdepends=('jackett: torrent indexer proxy')
+options=(!debug)
source=('nzbhydra2.service'
'nzbhydra2.tmpfiles'