[arch-commits] Commit in prometheus-node-exporter/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Feb 27 21:24:13 UTC 2020


    Date: Thursday, February 27, 2020 @ 21:24:07
  Author: jelle
Revision: 376320

upgpkg: prometheus-node-exporter 0.18.1-5

go 1.14 rebuild

Modified:
  prometheus-node-exporter/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 21:15:07 UTC (rev 376319)
+++ PKGBUILD	2020-02-27 21:24:07 UTC (rev 376320)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus-node-exporter
 pkgver=0.18.1
-pkgrel=4
+pkgrel=5
 
 pkgdesc='Exporter for machine metrics'
 url='https://github.com/prometheus/node_exporter'
@@ -28,6 +28,7 @@
   cd node_exporter-$pkgver
 
   go build \
+    -mod=vendor \
     -gcflags "all=-trimpath=${PWD}" \
     -asmflags "all=-trimpath=${PWD}" \
     -ldflags "-extldflags ${LDFLAGS} \



More information about the arch-commits mailing list