[arch-commits] Commit in grafana/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Thu Jun 1 20:54:58 UTC 2017
Date: Thursday, June 1, 2017 @ 20:54:57
Author: seblu
Revision: 232606
upgpkg: grafana 4.3.2-1
Modified:
grafana/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-01 20:17:59 UTC (rev 232605)
+++ PKGBUILD 2017-06-01 20:54:57 UTC (rev 232606)
@@ -4,7 +4,7 @@
# Contributor: Gilles Hamel <hamelg at laposte dot net>
pkgname=grafana
-pkgver=4.2.0
+pkgver=4.3.2
pkgrel=1
pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB'
url='http://grafana.org'
@@ -52,8 +52,8 @@
export NPM_CONFIG_PREFIX="$srcdir/npm"
export PATH+=":$NPM_CONFIG_PREFIX/bin"
npm install -g yarn
- yarn install --pure-lockfile
- grunt release
+ yarn install --pure-lockfile --no-progress
+ npm run build
}
package() {
More information about the arch-commits
mailing list