summaryrefslogtreecommitdiff
path: root/python-fisx
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-05 14:58:13 +0200
committerErich Eckner <git@eckner.net>2020-06-05 14:58:13 +0200
commit3f67f69c7b24c9bc01fb9991e7e1c8991bd62e67 (patch)
tree644f8d2693af4bc2aa4039576d8ff1471c2b2d65 /python-fisx
parenta7e645e412160f57b2e8318baba7446b097f2da9 (diff)
downloadarchlinuxewe.git.save-3f67f69c7b24c9bc01fb9991e7e1c8991bd62e67.tar.xz
python-fisx: rebuild
Diffstat (limited to 'python-fisx')
-rw-r--r--python-fisx/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index aececbc5..3285542e 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')