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

Jelle van der Waa jelle at archlinux.org
Fri May 22 11:25:59 UTC 2020


    Date: Friday, May 22, 2020 @ 11:25:58
  Author: jelle
Revision: 631542

upgpkg: grafana-zabbix 3.12.0-1

Modified:
  grafana-zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-22 10:50:08 UTC (rev 631541)
+++ PKGBUILD	2020-05-22 11:25:58 UTC (rev 631542)
@@ -1,6 +1,6 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 pkgname=grafana-zabbix
-pkgver=3.11.0
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="Zabbix plugin for Grafana dashboard"
 arch=('any')
@@ -7,9 +7,9 @@
 url="https://github.com/alexanderzobnin/grafana-zabbix"
 license=('APACHE')
 depends=('grafana')
-makedepends=(yarn python)
+makedepends=(yarn python2) # node-sass depends on node-gyp 3.8.0 which is still python2 https://github.com/sass/node-sass/issues/2877
 source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz")
-sha256sums=('79934cb011f8f36f09fece1a2f075aa213f1bdc6dc6b74b60b236bce883a01c7')
+sha256sums=('89c8c717d6da6267457d381b78c0b166e87e261406dd82af7fe6dd6295f59ae4')
 
 build() {
 	cd "$pkgname-$pkgver"



More information about the arch-commits mailing list