summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjkhsjdhjs2024-03-25 02:34:02 +0100
committerjkhsjdhjs2024-03-25 02:34:02 +0100
commit0d39602826acca3e868ee9278d4991dba16ae307 (patch)
tree616c85419982800a6646ca338191b7b6fe236ca1 /PKGBUILD
parent82a12db9e925bfa24731c1462efffb519990ba17 (diff)
downloadaur-0d39602826acca3e868ee9278d4991dba16ae307.tar.gz
disable makepkg debug option
https://github.com/theotherp/nzbhydra2/issues/925 https://bbs.archlinux.org/viewtopic.php?id=294068
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9eada830e856..6f0f3deeb509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="nzbhydra2"
pkgver=5.3.11
-pkgrel=1
+pkgrel=2
pkgdesc="Search aggregator for newznab and torznab indexers."
arch=('any')
url="https://github.com/theotherp/nzbhydra2"
@@ -12,6 +12,7 @@ license=('Apache')
depends=('python' 'java-runtime-headless=17')
makedepends=('maven' 'java-environment=17')
optdepends=('jackett: torrent indexer proxy')
+options=(!debug)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theotherp/nzbhydra2/archive/refs/tags/v${pkgver}.tar.gz"
'nzbhydra2.service'
'nzbhydra2.tmpfiles'