summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2018-01-07 17:32:22 +0100
committerGilles Hamel2018-01-07 17:32:22 +0100
commit366d142b490e1dd4c387839863b2e92172f94ce0 (patch)
tree9d291f3ecaf4b2b4736b7e387717677eca1a4e66
parent4dfa7d59001b6bb3dd5437d3086bcacca1b28054 (diff)
downloadaur-366d142b490e1dd4c387839863b2e92172f94ce0.tar.gz
Version bump to 1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87f4ebce167f..bb1e4bd0c8d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 14 19:05:15 UTC 2017
+# Sun Jan 7 16:30:40 UTC 2018
pkgbase = python2-whisper
pkgdesc = Fixed-size database that provides fast, reliable storage of numeric data over time.
- pkgver = 1.0.2
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/graphite-project/whisper
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-whisper
makedepends = python2-setuptools
depends = python2
options = !emptydirs
- source = https://github.com/graphite-project/whisper/archive/1.0.2.tar.gz
- md5sums = 466d2a7dde27554b4fdaf6e7cd570c57
+ source = python2-whisper-1.1.1.tar.gz::https://github.com/graphite-project/whisper/archive/1.1.1.tar.gz
+ md5sums = b53cc28abd22e4d75daa95169bf3a4e5
pkgname = python2-whisper
diff --git a/PKGBUILD b/PKGBUILD
index 26196838e539..0d677ec02600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=python2-whisper
-pkgver=1.0.2
+pkgver=1.1.1
pkgrel=1
pkgdesc='Fixed-size database that provides fast, reliable storage of numeric data over time.'
arch=('any')
@@ -9,8 +9,8 @@ license=('Apache')
depends=('python2')
makedepends=('python2-setuptools')
options=(!emptydirs)
-source=("https://github.com/graphite-project/whisper/archive/$pkgver.tar.gz")
-md5sums=('466d2a7dde27554b4fdaf6e7cd570c57')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/graphite-project/whisper/archive/$pkgver.tar.gz")
+md5sums=('b53cc28abd22e4d75daa95169bf3a4e5')
package() {
cd "$srcdir/whisper-$pkgver"