diff options
author | Erich Eckner <git@eckner.net> | 2022-02-14 23:42:41 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-02-14 23:42:41 +0100 |
commit | 2b24c4446eadfe904a10ebbed391e02d906dfff2 (patch) | |
tree | 23211c03b90d6de42c9ad4edd6a8a75f0146fb25 /python-pyfai | |
parent | 43fc1b461fa9b2c7480fbb8da7e8ab1ffd00cb3f (diff) | |
download | archlinuxewe-2b24c4446eadfe904a10ebbed391e02d906dfff2.tar.xz |
python-pyfai: rebuild
Diffstat (limited to 'python-pyfai')
-rw-r--r-- | python-pyfai/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index 5eb5106b0..9739452eb 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-pyfai _pkgname=pyFAI pkgver=0.20.0 -pkgrel=61 +pkgrel=62 pkgdesc="Fast Azimuthal Integration in Python." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" license=('GPLv3' 'BSD' 'MIT') _pinned_dependencies=( - 'gcc-libs=11.1.0' + 'gcc-libs=11.2.0' 'glibc>=2.31' ) depends=( |