summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-07-22 09:21:21 +1000
committerJustin Dray2015-07-22 09:21:21 +1000
commite8264e393d31b9ba73419fb98ccc6b4ee3dadeac (patch)
tree37ee7646ec034ca3c0f6d216c02abca07bc24276
parenta2929543f362eb2e26405d205549d9606bf9e1f5 (diff)
downloadaur-e8264e393d31b9ba73419fb98ccc6b4ee3dadeac.tar.gz
Added conflicts/provides
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f368bee7a48..ada245faa1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
_pkgname=grafana
pkgname=${_pkgname}-git
pkgver=v2.0.2.r566.ga386733
-pkgrel=1
+pkgrel=2
pkgdesc="A general purpose dashboard and graph composer. It supports graphite, influxdb or opentsdb"
url="http://grafana.org"
arch=('x86_64' 'i686')
license=('APACHE')
depends=(phantomjs)
makedepends=(go nodejs-grunt-cli)
+provides=grafana
+conflicts=grafana
install=${_pkgname}.install
backup=("etc/${_pkgname}/${_pkgname}.ini")
source=("git+https://github.com/${_pkgname}/${_pkgname}"