index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/grafana/PKGBUILD | 1 |
diff --git a/community/grafana/PKGBUILD b/community/grafana/PKGBUILD index beb292f6..be68a03f 100644 --- a/community/grafana/PKGBUILD +++ b/community/grafana/PKGBUILD @@ -5,5 +5,6 @@ if [ "${pkgver}" != '4.4.3' ]; then fi pkgver=4.5.1 +source[0]="${source[0]/4.4.3/4.5.1}" source+=('precision.patch') md5sums+=('66b867cfe895c1006f9119a1ae1f3f63') |