diff options
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') |