summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThorben Günther2023-12-09 03:44:58 +0100
committerRoshless2023-12-09 11:41:56 +0100
commitaf9401ac00fe53669c0548ba84cd41d0e781464d (patch)
tree2d2b9bea66fb0f370cac7baa2761d665fcb2d5ff /PKGBUILD
parent8d7b027889dc6a5b4bbf06150ccaed341d998c52 (diff)
downloadaur-pushgateway.tar.gz
Disable LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f09b3c9cd550..ee1792213a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=pushgateway
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Prometheus push acceptor for ephemeral and batch jobs."
arch=('x86_64')
url="https://github.com/prometheus/pushgateway"
license=('Apache')
depends=('glibc')
makedepends=('go' 'git')
+options=('!lto')
source=("https://github.com/prometheus/pushgateway/archive/v${pkgver}.tar.gz"
"pushgateway.service")