summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-06-15 15:26:50 +1000
committerJustin Dray2015-06-15 15:26:50 +1000
commitf4446d966a28be789a04a9d4025f203726128692 (patch)
treed7d77ca2adde708655e74417c496d439c9883458
parent9e57457a60dea9bd46466ae739a9f9a7b597860a (diff)
downloadaur-f4446d966a28be789a04a9d4025f203726128692.tar.gz
Update to: v0.9.0.r77.ga78fef9-1 - Fixed conflicts/provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b2b88d1394..f413b65fbf03 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.rc33.r80.ged4d009
+ pkgver = v0.9.0.r77.ga78fef9
pkgrel = 1
url = http://influxdb.org/
install = influxdb.install
@@ -15,6 +15,9 @@ pkgbase = influxdb-git
makedepends = gawk
makedepends = mercurial
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 ff96d5ca525f..001c4366717f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname='influxdb'
pkgname="$_pkgname-git"
-pkgver=v0.9.0.rc33.r80.ged4d009
+pkgver=v0.9.0.r77.ga78fef9
pkgrel=1
epoch=
pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
@@ -17,8 +17,9 @@ groups=()
makedepends=('autoconf' 'protobuf' 'bison' 'flex' 'go' 'gawk' 'mercurial' 'git')
checkdepends=()
-conflicts=()
-replaces=()
+provides=('influxdb')
+conflicts=('influxdb')
+replaces=('influxdb')
backup=('etc/influxdb.conf')
options=()
install="$_pkgname.install"