diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:40 +0200 |
commit | 8017a8fd55f856fe6f53277bccee8b2b6dcde054 (patch) | |
tree | 78b2bd93fbef2097c4eb88348bb52fa3a74986e2 /python-pyfai | |
parent | 0bda73f7408f2b36a97a15d5c1a7136131ca223d (diff) | |
download | archlinuxewe-8017a8fd55f856fe6f53277bccee8b2b6dcde054.tar.xz |
python-pyfai: rebuild
Diffstat (limited to 'python-pyfai')
-rw-r--r-- | python-pyfai/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index 0dba53002..bdbb70d97 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' |