summaryrefslogtreecommitdiff
path: root/python-pywavelets
diff options
context:
space:
mode:
Diffstat (limited to 'python-pywavelets')
-rw-r--r--python-pywavelets/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pywavelets/PKGBUILD b/python-pywavelets/PKGBUILD
index 48cdaf05..8bf0743c 100644
--- a/python-pywavelets/PKGBUILD
+++ b/python-pywavelets/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-pywavelets
_pkgname=pywt
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Discrete Wavelet Transforms in Python"
arch=('x86_64' 'i686' 'pentium4')
url="https://github.com/PyWavelets/pywt"
license=('MIT')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'cython'
'python-matplotlib'
'python-nose'