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

Jelle van der Waa jelle at archlinux.org
Sun Jan 19 12:21:33 UTC 2020


    Date: Sunday, January 19, 2020 @ 12:21:33
  Author: jelle
Revision: 553146

upgpkg: grafana 6.5.3-1

Upstream update and remove usage of makepkg subroutines.

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 12:13:05 UTC (rev 553145)
+++ PKGBUILD	2020-01-19 12:21:33 UTC (rev 553146)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel <hamelg at laposte dot net>
 
 pkgname=grafana
-pkgver=6.5.2
+pkgver=6.5.3
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB'
 url='https://grafana.com/'
@@ -29,7 +29,7 @@
   local filename
   for filename in "${source[@]}"; do
     if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch ${filename##*/}"
+      echo "Applying patch ${filename##*/}"
       patch -p1 -N -i "$srcdir/${filename##*/}"
     fi
   done
@@ -41,7 +41,7 @@
 }
 
 build() {
-  msg2 'GOPATH setup'
+  echo 'GOPATH setup'
   export GOPATH="$srcdir/gopath"
   export PATH+=":$GOPATH/bin"
   mkdir -p "$GOPATH/src/github.com/grafana/"
@@ -48,11 +48,11 @@
   ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
   cd "$GOPATH/src/github.com/grafana/grafana"
 
-  msg2 'building the backend'
+  echo 'building the backend'
   go run build.go setup
   go run build.go build
 
-  msg2 'building the frontend'
+  echo 'building the frontend'
   export NPM_CONFIG_PREFIX="$srcdir/npm"
   export PATH+=":$NPM_CONFIG_PREFIX/bin"
   npm install -g yarn



More information about the arch-commits mailing list