[arch-commits] Commit in grafana-zabbix/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sat Dec 28 10:55:59 UTC 2019
Date: Saturday, December 28, 2019 @ 10:55:58
Author: bluewind
Revision: 543483
upgpkg: grafana-zabbix 3.10.5-1: upstream update; python 2->3 TODO
Modified:
grafana-zabbix/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-28 09:57:03 UTC (rev 543482)
+++ PKGBUILD 2019-12-28 10:55:58 UTC (rev 543483)
@@ -1,6 +1,6 @@
# Maintainer: Florian Pritz <bluewind at xinu.at>
pkgname=grafana-zabbix
-pkgver=3.10.4
+pkgver=3.10.5
pkgrel=1
pkgdesc="Zabbix plugin for Grafana dashboard"
arch=('any')
@@ -7,13 +7,14 @@
url="https://github.com/alexanderzobnin/grafana-zabbix"
license=('APACHE')
depends=('grafana')
-makedepends=(yarn python2)
+makedepends=(yarn python)
source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz")
-sha256sums=('60db36c6f0f1f9ba104ad1107c9ef3efdbd740d159f74eb6dd52f06eb29b9bd5')
+sha256sums=('13dca17cdff8c94d8f4c763751222a5d42c41eeef0e189ebfc8857e654d827e3')
build() {
cd "$pkgname-$pkgver"
yarn install --pure-lockfile
+ yarn upgrade node-sass
yarn build
}
More information about the arch-commits
mailing list