summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2024-04-02 07:59:54 +0000
committerAuto update bot2024-04-02 07:59:54 +0000
commit5db7d30db29a9069d3cd148a05f99ccd4b899f9b (patch)
tree9488795cb07ce3a273deb5ef3c7466613935c421 /PKGBUILD
parent4044661935aad23e3a138fbd53eb6844a17134c6 (diff)
downloadaur-python-pywavelets.tar.gz
Auto updated to 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffdce9ed3bef..039cd170a9e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
_base=pywavelets
pkgname=python-${_base}
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="Wavelet transform module"
arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(python-numpy)
makedepends=(python-build python-installer meson-python python-setuptools python-wheel cython)
# checkdepends=(python-pytest python-matplotlib) # python-scipy
source=(${_base::3}t-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('b430c6adf941fe5d1e63d42f5bd6861ddf5a1c6eab95e3731e96466cb98f6f1bc463c699ebfceeb97ec6a11c9c396296a3729e23a4e5bf8fbf49c31745a62dfe')
+sha512sums=('48a1b498a1698c740b6d4805e32ea4692044790ad9f86e62e63719582b1b896aceb05f57020c1662837cf4dcc36a569160d16b3bd4e92a1400cedbaae46c0873')
build() {
cd ${_base::3}t-${pkgver}