diff options
Diffstat (limited to 'python-fisx/PKGBUILD')
-rw-r--r-- | python-fisx/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD index aececbc5e..3285542e0 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,12 +2,17 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.1.8 -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' license=('MIT License') +_pinned_dependencies=( + 'gcc-libs=10.1.0' + 'glibc>=2.31' +) depends=( + "${_pinned_dependencies[@]}" 'python>=3.8' 'python<3.9' 'python-numpy') |