summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-08-11 10:23:01 +1000
committerJustin Dray2015-08-11 10:23:01 +1000
commitec99ba7bb77ba4124b56c69a66ce5e43a82d2e80 (patch)
treedb0426bfd341d8f9f67c00a272a78d769fb698d2
parentf4446d966a28be789a04a9d4025f203726128692 (diff)
downloadaur-ec99ba7bb77ba4124b56c69a66ce5e43a82d2e80.tar.gz
Fixed replaces clause
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f413b65fbf03..0ecbdd820c62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = influxdb-git
pkgdesc = Scalable datastore for metrics, events, and real-time analytics
- pkgver = v0.9.0.r77.ga78fef9
+ pkgver = v0.9.1.rc1.r447.gbe792b9
pkgrel = 1
url = http://influxdb.org/
install = influxdb.install
@@ -17,7 +17,6 @@ pkgbase = influxdb-git
makedepends = git
provides = influxdb
conflicts = influxdb
- replaces = influxdb
backup = etc/influxdb.conf
source = git+https://github.com/influxdb/influxdb.git
source = influxdb.service
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"