Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/grafana/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-15 21:25:25 +0200
committerErich Eckner <git@eckner.net>2017-09-15 21:25:25 +0200
commitd85c0b18c95464140b4dc78d1fef5c1f057f14a9 (patch)
treed6e69f66c351f34769caa5e00336e0e8bdc96894 /community/grafana/PKGBUILD
parent50c5639ea0e5a583481304bdd1662ed4485288f8 (diff)
community/grafana: bump version (temporary) and fix precision in tests
Diffstat (limited to 'community/grafana/PKGBUILD')
-rw-r--r--community/grafana/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/grafana/PKGBUILD b/community/grafana/PKGBUILD
new file mode 100644
index 00000000..beb292f6
--- /dev/null
+++ b/community/grafana/PKGBUILD
@@ -0,0 +1,9 @@
+# first, we need to bump the version a little
+if [ "${pkgver}" != '4.4.3' ]; then
+ echo 'Sry, patch is probably outdated.'
+ exit 1
+fi
+
+pkgver=4.5.1
+source+=('precision.patch')
+md5sums+=('66b867cfe895c1006f9119a1ae1f3f63')