summaryrefslogtreecommitdiff
path: root/python-pyfai
diff options
context:
space:
mode:
Diffstat (limited to 'python-pyfai')
-rw-r--r--python-pyfai/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD
index 0dba5300..bdbb70d9 100644
--- a/python-pyfai/PKGBUILD
+++ b/python-pyfai/PKGBUILD
@@ -4,12 +4,17 @@
pkgname=python-pyfai
_pkgname=pyFAI
pkgver=0.19.0
-pkgrel=7
+pkgrel=8
pkgdesc="Fast Azimuthal Integration in Python."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
license=('GPLv3' 'BSD' 'MIT')
+_pinned_dependencies=(
+ 'gcc-libs=10.1.0'
+ 'glibc>=2.31'
+)
depends=(
+ "${_pinned_dependencies[@]}"
'python>=3.8'
'python<3.9'
'python-bash_kernel'