Date: Monday, May 24, 2021 @ 12:13:53 Author: bluewind Revision: 944709
upgpkg: grafana-zabbix 4.1.5-1: upstream update Modified: grafana-zabbix/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-24 12:01:34 UTC (rev 944708) +++ PKGBUILD 2021-05-24 12:13:53 UTC (rev 944709) @@ -1,6 +1,6 @@ # Maintainer: Florian Pritz <[email protected]> pkgname=grafana-zabbix -pkgver=4.1.4 +pkgver=4.1.5 pkgrel=1 pkgdesc="Zabbix plugin for Grafana dashboard" arch=('any') @@ -9,10 +9,11 @@ depends=('grafana') makedepends=(yarn python2 libfaketime go git) # node-sass depends on node-gyp 3.8.0 which is still python2 https://github.com/sass/node-sass/issues/2877 source=("$pkgname-$pkgver.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz") -sha256sums=('7a2d65d6814ad98a28f8cebb3f85b68044059dc6527a72f77e02cf52d9c6867f') +sha256sums=('ecba9ce3a84375934f94a2107b12d0abd1d0d818c46990ae2bc66b0fda47bbe7') build() { cd "$pkgname-$pkgver" + export CXXFLAGS+=' -std=c++14 ' make install make build make dist
