[arch-commits] Commit in grafana-zabbix/repos/community-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed May 2 14:51:33 UTC 2018
Date: Wednesday, May 2, 2018 @ 14:51:32
Author: bluewind
Revision: 318660
archrelease: copy trunk to community-any
Added:
grafana-zabbix/repos/community-any/PKGBUILD
(from rev 318659, grafana-zabbix/trunk/PKGBUILD)
Deleted:
grafana-zabbix/repos/community-any/PKGBUILD
----------+
PKGBUILD | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-02 14:51:26 UTC (rev 318659)
+++ PKGBUILD 2018-05-02 14:51:32 UTC (rev 318660)
@@ -1,17 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-pkgname=grafana-zabbix
-pkgver=3.9.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=('40331c24f989aece83ac841d8878ed71')
-
-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 318659, grafana-zabbix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-02 14:51:32 UTC (rev 318660)
@@ -0,0 +1,17 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+pkgname=grafana-zabbix
+pkgver=3.9.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=('ea300b6428b688cc0326916f00685af7')
+
+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