summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 001c4366717f..858bc716ece0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname='influxdb'
pkgname="$_pkgname-git"
-pkgver=v0.9.0.r77.ga78fef9
+pkgver=v0.9.1.rc1.r447.gbe792b9
pkgrel=1
epoch=
pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
@@ -16,10 +16,8 @@ license=('MIT')
groups=()
makedepends=('autoconf' 'protobuf' 'bison' 'flex' 'go' 'gawk' 'mercurial' 'git')
checkdepends=()
-
provides=('influxdb')
conflicts=('influxdb')
-replaces=('influxdb')
backup=('etc/influxdb.conf')
options=()
install="$_pkgname.install"