diff options
Diffstat (limited to 'python-fisx')
-rw-r--r-- | python-fisx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD index 073f874c5..2b98823b3 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc='Enhanced C++ port of the Physics routines used by PyMca' arch=('i686' 'pentium4' 'x86_64') url='https://github.com/vasole/fisx' @@ -13,8 +13,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-numpy') makedepends=( 'cython>=0.17' |