diff options
author | Erich Eckner <git@eckner.net> | 2017-09-15 21:25:25 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-15 21:25:25 +0200 |
commit | d85c0b18c95464140b4dc78d1fef5c1f057f14a9 (patch) | |
tree | d6e69f66c351f34769caa5e00336e0e8bdc96894 /community/grafana/PKGBUILD | |
parent | 50c5639ea0e5a583481304bdd1662ed4485288f8 (diff) | |
download | packages-d85c0b18c95464140b4dc78d1fef5c1f057f14a9.tar.xz |
community/grafana: bump version (temporary) and fix precision in tests
Diffstat (limited to 'community/grafana/PKGBUILD')
-rw-r--r-- | community/grafana/PKGBUILD | 9 |
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') |