summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2024-03-30 03:37:18 +0700
committerKonstantin Shalygin2024-03-30 03:37:18 +0700
commita5e70b4969e870e1bf53d46d3f1871cf77bb944f (patch)
tree2d01904a51c5f5084abb28a50b8aa43c3b9d8efb /PKGBUILD
parentd31c70971dc7b55e95d45e8969e510fcae7971b7 (diff)
downloadaur-a5e70b4969e870e1bf53d46d3f1871cf77bb944f.tar.gz
Fixes for compat with latest go/makepkg packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 888d5e373ef5..269978d33027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,9 @@
pkgbase='ovirt_exporter'
pkgname='prometheus-ovirt-exporter'
pkgver='0.10.1'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Exporter for oVirt engine metrics'
arch=('x86_64' 'aarch64')
-options=(!lto)
_uri='github.com/czerwonk'
url="https://${_uri}/${pkgbase}"
license=('MIT')
@@ -38,7 +37,7 @@ build() {
-trimpath \
-mod="readonly" \
-modcacherw \
- -ldflags "-linkmode external -extldflags ${LDFLAGS}"
+ -ldflags "-linkmode external -extldflags '${LDFLAGS}'"
}
package() {