summaryrefslogtreecommitdiff
path: root/community/grafana/PKGBUILD
blob: be68a03f75bcc348770ac6286156d5f9d299cc33 (plain)
1
2
3
4
5
6
7
8
9
10
# 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')