summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkhsjdhjs2024-03-25 02:34:02 +0100
committerjkhsjdhjs2024-03-25 02:34:02 +0100
commit0d39602826acca3e868ee9278d4991dba16ae307 (patch)
tree616c85419982800a6646ca338191b7b6fe236ca1
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
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02afa7e63311..f388a6acee96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nzbhydra2
pkgdesc = Search aggregator for newznab and torznab indexers.
pkgver = 5.3.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theotherp/nzbhydra2
arch = any
license = Apache
@@ -10,6 +10,7 @@ pkgbase = nzbhydra2
depends = python
depends = java-runtime-headless=17
optdepends = jackett: torrent indexer proxy
+ options = !debug
source = nzbhydra2-5.3.11.tar.gz::https://github.com/theotherp/nzbhydra2/archive/refs/tags/v5.3.11.tar.gz
source = nzbhydra2.service
source = nzbhydra2.tmpfiles
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'