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

Jelle van der Waa jelle at gemini.archlinux.org
Mon Mar 28 11:07:18 UTC 2022


    Date: Monday, March 28, 2022 @ 11:07:18
  Author: jelle
Revision: 440757

upgpkg: prometheus 2.34.0-1

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 09:48:46 UTC (rev 440756)
+++ PKGBUILD	2022-03-28 11:07:18 UTC (rev 440757)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
 
 pkgname=prometheus
-pkgver=2.33.4
+pkgver=2.34.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -20,7 +20,7 @@
         prometheus.sysusers
         prometheus.conf)
 
-sha256sums=('b6742ef53fc6971d436c3635515d81accb669b9bd8090217cef1ca806db3a478'
+sha256sums=('76bb5afff1a9be179b99afe624fae73d5c23a27976f2bcb2dc663d1942e87e22'
             'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
             '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
             '6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')
@@ -68,7 +68,7 @@
 check() {
   cd prometheus-$pkgver
 
-  go test -short ./...
+  GODEBUG=x509sha1=1 go test -short ./...
 }
 
 package() {
@@ -84,7 +84,7 @@
 
   # Web
   install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
+  cp -R web/ui/static "$pkgdir"/usr/share/prometheus/web/ui/
 
   # Examples
   install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples documentation/examples/prometheus*.yml



More information about the arch-commits mailing list