index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/grafana/PKGBUILD | 10 |
diff --git a/community/grafana/PKGBUILD b/community/grafana/PKGBUILD deleted file mode 100644 index be68a03f..00000000 --- a/community/grafana/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# 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[0]="${source[0]/4.4.3/4.5.1}" -source+=('precision.patch') -md5sums+=('66b867cfe895c1006f9119a1ae1f3f63') |