summaryrefslogtreecommitdiff
path: root/python-fisx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-fisx/PKGBUILD')
-rw-r--r--python-fisx/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index 18b304bfa..3d3768b27 100644
--- a/python-fisx/PKGBUILD
+++ b/python-fisx/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fisx
_pkgname="${pkgname#*-}"
pkgver=1.2.1
-pkgrel=4
+pkgrel=5
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.10'
+ 'python<3.11'
'python-numpy')
makedepends=(
'cython>=0.17'