From 3f67f69c7b24c9bc01fb9991e7e1c8991bd62e67 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 14:58:13 +0200 Subject: python-fisx: rebuild --- python-fisx/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'python-fisx') 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') -- cgit v1.2.3-54-g00ecf