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 92840f615e4a..f4daa5e00846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pywavelets
_pkgname=pywt
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Discrete Wavelet Transforms in Python"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python' 'python-numpy')
makedepends=('python-setuptools' 'cython')
checkdepends=('python-nose')
source=(https://github.com/PyWavelets/pywt/archive/v$pkgver.tar.gz)
-sha256sums=('9a82d86588220ae3744e09ead7a52169b4f0363b78fdb3b361a90d6cda7acc31')
+sha256sums=('4d0b852a8bb953f2fc3d735b191191c225d5bf0c825294cea130b2366f2a38ad')
build() {
cd "$srcdir/$_pkgname-$pkgver"