diff options
-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=( |