summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2020-04-02 16:45:30 +0200
committerGilles Hamel2020-04-02 16:45:30 +0200
commit44f4446862a00cc620bfccb0c696949ec302ada7 (patch)
tree617645231fd20422bf223de861e5686770320773
parent5b37c653fdbbf7e187f07caaab621bcc3dfc5ba7 (diff)
downloadaur-44f4446862a00cc620bfccb0c696949ec302ada7.tar.gz
Bump to 1.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 088458e027af..b52fd79a7ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-carbon
pkgdesc = Backend data caching and persistence daemon for Graphite
- pkgver = 1.1.6
+ pkgver = 1.1.7
pkgrel = 1
url = https://github.com/graphite-project/carbon
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-carbon
backup = etc/carbon/storage-aggregation.conf
backup = etc/carbon/storage-schemas.conf
backup = etc/carbon/whitelist.conf
- source = python-carbon-1.1.6.tar.gz::https://github.com/graphite-project/carbon/archive/1.1.6.tar.gz
+ source = python-carbon-1.1.7.tar.gz::https://github.com/graphite-project/carbon/archive/1.1.7.tar.gz
source = carbon.conf
source = carbon-aggregator.service
source = carbon-aggregator@.service
@@ -30,7 +30,7 @@ pkgbase = python-carbon
source = carbon-relay@.service
source = carbon.sysusers
source = carbon.tmpfiles
- md5sums = 4aea03e5e62e292535ceeae8bcf2d969
+ md5sums = 28b83a0fd446a730678be335326446bd
md5sums = c6201ce8a290d919b7f486916fb2f9b9
md5sums = 33c2251f7dfbe484e1a627e0408fdf36
md5sums = f7914dbb75fc3d65623a159333ea0528
diff --git a/PKGBUILD b/PKGBUILD
index d6aaae955729..5faefef5a4f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
## Initial Maintainer: Augusto F. Hack <hack.augusto@gmail.com>
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=python-carbon
-pkgver=1.1.6
+pkgver=1.1.7
pkgrel=1
pkgdesc='Backend data caching and persistence daemon for Graphite'
arch=('any')
@@ -24,7 +24,7 @@ source=(
carbon.tmpfiles)
md5sums=(
- 4aea03e5e62e292535ceeae8bcf2d969
+ 28b83a0fd446a730678be335326446bd
c6201ce8a290d919b7f486916fb2f9b9
33c2251f7dfbe484e1a627e0408fdf36
f7914dbb75fc3d65623a159333ea0528
@@ -56,7 +56,7 @@ package() {
install -Dm644 carbon.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/carbon.conf
cd "$srcdir/carbon-$pkgver"
- GRAPHITE_NO_PREFIX=1 python setup.py install --root="$pkgdir/" --install-data=/var/lib/graphite --install-scripts=/usr/bin --optimize=1
+ GRAPHITE_NO_PREFIX=1 python setup.py install --root="$pkgdir/" --install-data=/var/lib/graphite --install-scripts=/usr/bin --optimize=1
# change the directory of the config files
ls conf | while read conf; do