diff options
author | Erich Eckner <git@eckner.net> | 2022-08-23 21:11:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-11 21:18:30 +0200 |
commit | 30c5f5eec1f5a0790fad74f5da1ea657730e71b5 (patch) | |
tree | a819066856fb36b0fe5279395810cf859094c3ae /python-pyfai/PKGBUILD | |
parent | 843d8c60538ac0471f3014f208c34bb6135da796 (diff) | |
download | archlinuxewe-30c5f5eec1f5a0790fad74f5da1ea657730e71b5.tar.xz |
python-pyfai: rebuild
Diffstat (limited to 'python-pyfai/PKGBUILD')
-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 9d9fe61d8..3114425f8 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-pyfai _pkgname=pyFAI pkgver=0.21.3 -pkgrel=3 +pkgrel=4 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.1' + 'gcc-libs=12.2.0' 'glibc>=2.31' ) depends=( |