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

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


    Date: Thursday, February 27, 2020 @ 21:37:32
  Author: jelle
Revision: 376324

upgpkg: prometheus-blackbox-exporter 0.16.0-3

go 1.14 rebuild

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 21:29:21 UTC (rev 376323)
+++ PKGBUILD	2020-02-27 21:37:32 UTC (rev 376324)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus-blackbox-exporter
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP"
 arch=('x86_64')
 url="https://github.com/prometheus/blackbox_exporter"
@@ -21,6 +21,7 @@
 build() {
   cd blackbox_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