[arch-commits] Commit in grafana-zabbix/repos/community-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Jul 17 08:34:03 UTC 2022


    Date: Sunday, July 17, 2022 @ 08:34:02
  Author: bluewind
Revision: 1254283

archrelease: copy trunk to community-any

Added:
  grafana-zabbix/repos/community-any/PKGBUILD
    (from rev 1254282, grafana-zabbix/trunk/PKGBUILD)
Deleted:
  grafana-zabbix/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 08:33:59 UTC (rev 1254282)
+++ PKGBUILD	2022-07-17 08:34:02 UTC (rev 1254283)
@@ -1,32 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-pkgname=grafana-zabbix
-pkgver=4.2.8
-pkgrel=1
-pkgdesc="Zabbix plugin for Grafana dashboard"
-arch=('any')
-url="https://github.com/alexanderzobnin/grafana-zabbix"
-license=('APACHE')
-depends=('grafana')
-makedepends=(yarn libfaketime go git nodejs-lts-gallium)
-source=("$pkgname-$pkgver-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz")
-sha256sums=('052ef487b01861b59ea8171282b774f0fae13c3cc1e6232fda773be59fb9e754')
-
-build() {
-	cd "$pkgname-$pkgver"
-	make install
-	make build
-	make dist
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	# Force UTC timezone so that tests pass, even after a DST change
-	PATH="$PATH:/build/go/bin" TZ=UTC make test lint
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	install -dm755 "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-	cp -r dist/* "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-	rm -rf "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/node_modules"
-}

Copied: grafana-zabbix/repos/community-any/PKGBUILD (from rev 1254282, grafana-zabbix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 08:34:02 UTC (rev 1254283)
@@ -0,0 +1,32 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+pkgname=grafana-zabbix
+pkgver=4.2.9
+pkgrel=1
+pkgdesc="Zabbix plugin for Grafana dashboard"
+arch=('any')
+url="https://github.com/alexanderzobnin/grafana-zabbix"
+license=('APACHE')
+depends=('grafana')
+makedepends=(yarn libfaketime go git nodejs-lts-gallium)
+source=("$pkgname-$pkgver-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz")
+sha256sums=('79d5a637711d5aa92295494c79f6ec14b6f32f2834d0b30e62fe84beea5b0d94')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make install
+	make build
+	make dist
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	# Force UTC timezone so that tests pass, even after a DST change
+	PATH="$PATH:/build/go/bin" TZ=UTC make test lint
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	install -dm755 "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+	cp -r dist/* "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+	rm -rf "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/node_modules"
+}



More information about the arch-commits mailing list