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

Jelle van der Waa jelle at gemini.archlinux.org
Sat Nov 6 11:00:22 UTC 2021


    Date: Saturday, November 6, 2021 @ 11:00:21
  Author: jelle
Revision: 427407

upgpkg: prometheus 2.31.1-1

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-06 10:49:01 UTC (rev 427406)
+++ PKGBUILD	2021-11-06 11:00:21 UTC (rev 427407)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
 
 pkgname=prometheus
-pkgver=2.30.3
+pkgver=2.31.1
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -10,7 +10,7 @@
 license=('Apache')
 
 depends=('glibc')
-makedepends=('go' 'git' 'npm' 'nodejs')
+makedepends=('go' 'git' 'npm' 'nodejs' 'yamllint')
 
 backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
 
@@ -19,7 +19,7 @@
         prometheus.sysusers
         prometheus.conf)
 
-sha256sums=('66a835096e717c11db2ecb5f948c6346868fa1f877196ee2237fb4630df97c06'
+sha256sums=('869a8be315721115be628f766ec3ff71aa50f1a027cee776ea54d7ba070a5026'
             'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
             '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
             '6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')
@@ -44,7 +44,9 @@
 
   cd $srcdir/prometheus-$pkgver
   # Build the react app, normally a part of the assets target
-  make web/ui/static/react
+#make web/ui/static/react
+  make ui-install
+  make ui-build
 
   go build \
     -trimpath \



More information about the arch-commits mailing list