summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 078a2b8c3701..26196838e539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=python2-whisper
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Fixed-size database that provides fast, reliable storage of numeric data over time.'
arch=('any')
@@ -10,7 +10,7 @@ depends=('python2')
makedepends=('python2-setuptools')
options=(!emptydirs)
source=("https://github.com/graphite-project/whisper/archive/$pkgver.tar.gz")
-md5sums=('ae80a2d00fd8a2184db4cf85ede06ed0')
+md5sums=('466d2a7dde27554b4fdaf6e7cd570c57')
package() {
cd "$srcdir/whisper-$pkgver"