diff options
author | Erich Eckner <git@eckner.net> | 2022-05-11 01:56:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-11 01:56:55 +0200 |
commit | 6729b806a1245b13dfca4f117459d43f621ab4d8 (patch) | |
tree | 2a2c1fbca8919d12a7d43342a067646250aa4e38 | |
parent | 8c2eaa56665d91556f13c1551110a4e13b0a4b65 (diff) | |
download | archlinuxewe-6729b806a1245b13dfca4f117459d43f621ab4d8.tar.xz |
python-pyfai: rebuild
-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 1b359002c..8fb5c7789 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-pyfai _pkgname=pyFAI pkgver=0.21.3 -pkgrel=1 +pkgrel=2 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.2.0' + 'gcc-libs=12.1.0' 'glibc>=2.31' ) depends=( |