Date: Tuesday, May 26, 2020 @ 15:58:38 Author: jelle Revision: 635115
upgpkg: grafana-zabbix 3.12.1-1 Upstream update. Modified: grafana-zabbix/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-26 15:56:06 UTC (rev 635114) +++ PKGBUILD 2020-05-26 15:58:38 UTC (rev 635115) @@ -1,6 +1,6 @@ # Maintainer: Florian Pritz <bluew...@xinu.at> pkgname=grafana-zabbix -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Zabbix plugin for Grafana dashboard" arch=('any') @@ -9,7 +9,7 @@ depends=('grafana') 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=('89c8c717d6da6267457d381b78c0b166e87e261406dd82af7fe6dd6295f59ae4') +sha256sums=('7cb75cc5f582c9bd60ecf4fb1ea980cd504cce5fde7a394c5d0bf7ec82d92feb') build() { cd "$pkgname-$pkgver"