summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-08-11 10:22:33 +1000
committerJustin Dray2015-08-11 10:22:33 +1000
commit9839300e6bf018b276db606cecb7445e5b45a0a9 (patch)
treed96a05500f967f48990d29e0f6ac42ca1db730b1
parentb434d2094684a2fdd8bba3718da6dc03c9671dd0 (diff)
downloadaur-9839300e6bf018b276db606cecb7445e5b45a0a9.tar.gz
Fixed replaces clause
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36e068fe22d3..cccb595a6ebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = influxdb08
pkgdesc = Scalable datastore for metrics, events, and real-time analytics
pkgver = 0.8.8
- pkgrel = 1
+ pkgrel = 2
url = http://influxdb.org/
install = influxdb.install
arch = i686
@@ -18,7 +18,6 @@ pkgbase = influxdb08
depends = rocksdb
provides = influxdb
conflicts = influxdb
- replaces = influxdb
backup = etc/influxdb.conf
source = http://s3.amazonaws.com/influxdb/influxdb-0.8.8.src.tar.gz
source = influxdb.service
diff --git a/PKGBUILD b/PKGBUILD
index c1a483e2b132..9b1808e9073a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname='influxdb'
pkgname='influxdb08'
pkgver='0.8.8'
-pkgrel='1'
+pkgrel='2'
epoch=
pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
arch=('i686' 'x86_64')
@@ -20,7 +20,6 @@ checkdepends=()
optdepends=()
provides=('influxdb')
conflicts=('influxdb')
-replaces=('influxdb')
backup=('etc/influxdb.conf')
options=()
install="$_pkgname.install"