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

Jelle van der Waa jelle at archlinux.org
Mon May 18 19:03:16 UTC 2020


    Date: Monday, May 18, 2020 @ 19:03:16
  Author: jelle
Revision: 629634

upgpkg: grafana 7.0.0-1

Upstream update to 7.0

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-18 18:50:47 UTC (rev 629633)
+++ PKGBUILD	2020-05-18 19:03:16 UTC (rev 629634)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel <hamelg at laposte dot net>
 
 pkgname=grafana
-pkgver=6.7.3
+pkgver=7.0.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB'
 url='https://grafana.com/'
@@ -26,7 +26,8 @@
               "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
               "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # https://github.com/aknuds1.gpg
               "622E7A764E0C94351E061C57F8D44788D50B48DF"  # https://github.com/xlson.gpg
-              "E9EBB044CD6A98482208FE569A774B897EAAB194") # https://github.com/torkelo.gpg
+              "E9EBB044CD6A98482208FE569A774B897EAAB194"  # https://github.com/torkelo.gpg
+              "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A") # https://github.com/marefr.gpg
 
 prepare() {
   cd $pkgname
@@ -75,7 +76,7 @@
   install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
   install -Dm644 conf/defaults.ini "$pkgdir/usr/share/$pkgname/conf/defaults.ini"
   install -dm755 "$pkgdir/usr/share/grafana/"
-  for i in vendor public tools; do
+  for i in public tools; do
     cp -r "$i" "$pkgdir/usr/share/grafana/$i"
   done
 }



More information about the arch-commits mailing list