diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:13 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:13 +0200 |
commit | 3f67f69c7b24c9bc01fb9991e7e1c8991bd62e67 (patch) | |
tree | 644f8d2693af4bc2aa4039576d8ff1471c2b2d65 /python-fisx | |
parent | a7e645e412160f57b2e8318baba7446b097f2da9 (diff) | |
download | archlinuxewe-3f67f69c7b24c9bc01fb9991e7e1c8991bd62e67.tar.xz |
python-fisx: rebuild
Diffstat (limited to 'python-fisx')
-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') |