summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2015-12-30 09:19:59 -0500
committerFrançois Boulogne2015-12-30 09:19:59 -0500
commit18806d992959c1bcdc4cbd92bd0028388e017f97 (patch)
tree0ab8edca1ea21fbdde642f5aadec0265100fc3f7
parentb9ffae25b5fa3decb5293ccc48b2973174d6127b (diff)
downloadaur-18806d992959c1bcdc4cbd92bd0028388e017f97.tar.gz
v 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73a20e5be5c1..ab752cbf5df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Dec 30 14:19:50 UTC 2015
pkgbase = python-pywavelets
pkgdesc = Discrete Wavelet Transforms in Python
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/PyWavelets/pywt
arch = any
@@ -10,8 +12,8 @@ pkgbase = python-pywavelets
makedepends = cython
depends = python
depends = python-numpy
- source = https://github.com/PyWavelets/pywt/archive/v0.3.0.tar.gz
- sha256sums = 9a82d86588220ae3744e09ead7a52169b4f0363b78fdb3b361a90d6cda7acc31
+ source = https://github.com/PyWavelets/pywt/archive/v0.4.0.tar.gz
+ sha256sums = 4d0b852a8bb953f2fc3d735b191191c225d5bf0c825294cea130b2366f2a38ad
pkgname = python-pywavelets
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"