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

Jelle van der Waa jelle at archlinux.org
Sun Jun 7 12:01:57 UTC 2020


    Date: Sunday, June 7, 2020 @ 12:01:56
  Author: jelle
Revision: 388408

upgpkg: prometheus-blackbox-exporter 0.16.0-5

Replace go-pie with go

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 11:57:58 UTC (rev 388407)
+++ PKGBUILD	2020-06-07 12:01:56 UTC (rev 388408)
@@ -2,13 +2,13 @@
 
 pkgname=prometheus-blackbox-exporter
 pkgver=0.16.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP"
 arch=('x86_64')
 url="https://github.com/prometheus/blackbox_exporter"
 license=('Apache')
 depends=(glibc)
-makedepends=(go-pie git)
+makedepends=(go git)
 source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz prometheus-blackbox-exporter.service)
 sha512sums=('85103b62e345ab5d59626e658047ac75649f9ef991c9bbaff32b95ea75ec2da2bf916573e664520766158805c6cf24163f2850c885a594d32b4f9c4c9dbed1a8'
             'b32d7772cbd8a2fc741d827a7f221d1302ab0c5833c095e5b6dc6befa46a1b12c22e91252fd0e4cf07c9c309d6315c6e1d020508a3baaaa891ab9f7f7d690eae')



More information about the arch-commits mailing list