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

Florian Pritz bluewind at archlinux.org
Thu Dec 21 13:27:34 UTC 2017


    Date: Thursday, December 21, 2017 @ 13:27:33
  Author: bluewind
Revision: 275168

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-21 13:27:27 UTC (rev 275167)
+++ PKGBUILD	2017-12-21 13:27:33 UTC (rev 275168)
@@ -1,17 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-pkgname=grafana-zabbix
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Zabbix plugin for Grafana dashboard"
-arch=('any')
-url="https://github.com/alexanderzobnin/grafana-zabbix"
-license=('APACHE')
-depends=('grafana')
-source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz")
-md5sums=('35b5b0034edb5e8e97aab5daf8197d1f')
-
-package() {
-	cd "$pkgname-$pkgver"
-	install -dm755 "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-	cp -r . "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-}

Copied: grafana-zabbix/repos/community-any/PKGBUILD (from rev 275167, grafana-zabbix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-21 13:27:33 UTC (rev 275168)
@@ -0,0 +1,17 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+pkgname=grafana-zabbix
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Zabbix plugin for Grafana dashboard"
+arch=('any')
+url="https://github.com/alexanderzobnin/grafana-zabbix"
+license=('APACHE')
+depends=('grafana')
+source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz")
+md5sums=('8f1a6bdc4a67a3f1cd675c8596f8c6df')
+
+package() {
+	cd "$pkgname-$pkgver"
+	install -dm755 "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+	cp -r . "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+}



More information about the arch-commits mailing list