diff options
Diffstat (limited to 'python-pymca')
-rwxr-xr-x | python-pymca/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD index 24b31d6af..ba7118430 100755 --- a/python-pymca/PKGBUILD +++ b/python-pymca/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pymca _pkgname="${pkgname#*-}" pkgver=5.6.3 -pkgrel=1 +pkgrel=2 pkgdesc='Stand-alone application and Python tools for interactive and/or batch processing analysis of X-Ray Fluorescence Spectra' arch=('i686' 'pentium4' 'x86_64') url='http://pymca.sourceforge.net/index.html' @@ -14,8 +14,8 @@ makedepends=( 'python-numpy' 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-numpy') optdepends=( 'python-pyqt5: gui' |