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

Florian Pritz bluewind at archlinux.org
Sun Mar 14 12:35:14 UTC 2021


    Date: Sunday, March 14, 2021 @ 12:35:13
  Author: bluewind
Revision: 891067

upgpkg: grafana-zabbix 4.1.4-1: upstream update

Modified:
  grafana-zabbix/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 12:19:35 UTC (rev 891066)
+++ PKGBUILD	2021-03-14 12:35:13 UTC (rev 891067)
@@ -1,6 +1,6 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 pkgname=grafana-zabbix
-pkgver=4.1.3
+pkgver=4.1.4
 pkgrel=1
 pkgdesc="Zabbix plugin for Grafana dashboard"
 arch=('any')
@@ -9,7 +9,7 @@
 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=('79f464ca181004b44be4a6bdc6a48efa20556406634c8c131acc3abdcb88a306')
+sha256sums=('7a2d65d6814ad98a28f8cebb3f85b68044059dc6527a72f77e02cf52d9c6867f')
 
 build() {
 	cd "$pkgname-$pkgver"
@@ -16,6 +16,9 @@
 	make install
 	make build
 	make dist
+	# Rerun this part since otherwise the linux_amd64 file ist missing from the
+	# dist dir
+	make dist-backend
 }
 
 check() {



More information about the arch-commits mailing list