diff options
author | Erich Eckner <git@eckner.net> | 2022-08-02 20:36:13 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-08-02 20:36:13 +0200 |
commit | f72dcfbddb059a4ce961a3f2e0077afb745de11d (patch) | |
tree | 068ce3783aa210fdf6e785734d53a8aff8f347b5 /python-pyfai | |
parent | 7a8e6b2a53b39c515ccb48b6f020e03938bea7c8 (diff) | |
download | archlinuxewe-f72dcfbddb059a4ce961a3f2e0077afb745de11d.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 8fb5c7789..9d9fe61d8 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-pyfai _pkgname=pyFAI pkgver=0.21.3 -pkgrel=2 +pkgrel=3 pkgdesc="Fast Azimuthal Integration in Python." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" license=('GPLv3' 'BSD' 'MIT') _pinned_dependencies=( - 'gcc-libs=12.1.0' + 'gcc-libs=12.1.1' 'glibc>=2.31' ) depends=( |