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

Jelle van der Waa jelle at archlinux.org
Mon Jan 27 20:48:07 UTC 2020


    Date: Monday, January 27, 2020 @ 20:48:07
  Author: jelle
Revision: 556515

upgpkg: grafana 6.6.0-1

Upstream update, add gpg key and git tag verification.

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-27 20:34:28 UTC (rev 556514)
+++ PKGBUILD	2020-01-27 20:48:07 UTC (rev 556515)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel <hamelg at laposte dot net>
 
 pkgname=grafana
-pkgver=6.5.3
+pkgver=6.6.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB'
 url='https://grafana.com/'
@@ -10,9 +10,9 @@
 arch=('x86_64')
 license=('Apache')
 depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go-pie' 'npm' 'grunt-cli' 'python' 'nodejs-lts-dubnium')
+makedepends=('git' 'go-pie' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium')
 backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver"
+source=("git+https://github.com/grafana/grafana.git?signed#tag=v$pkgver"
         'grafana.service'
         'grafana.sysusers'
         'grafana.tmpfiles'
@@ -22,6 +22,7 @@
             '02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
             '38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
             'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
+validpgpkeys=("AA70DF6234FBF96AB9101D09E6D5D452E87026E9")
 
 prepare() {
   cd $pkgname



More information about the arch-commits mailing list