Date: Saturday, October 20, 2018 @ 21:06:40 Author: seblu Revision: 398136
upgpkg: grafana 5.3.1-1 Modified: grafana/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-20 20:59:48 UTC (rev 398135) +++ PKGBUILD 2018-10-20 21:06:40 UTC (rev 398136) @@ -3,13 +3,13 @@ # Contributor: Gilles Hamel <hamelg at laposte dot net> pkgname=grafana -pkgver=5.2.2 +pkgver=5.3.1 pkgrel=1 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB' url='http://grafana.org' arch=('x86_64') license=('Apache') -depends=('glibc' 'freetype2' 'fontconfig') +depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts') makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2') backup=("etc/grafana.ini") source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver"
