diff options
author | Erich Eckner <git@eckner.net> | 2021-05-17 06:02:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-17 06:02:22 +0200 |
commit | 4a234d751aaf2a8e89150a1ca7ae0e7bd31af59e (patch) | |
tree | f39d85bbb988031b04889b664dd032ec51cb3e30 /python-pyfai | |
parent | 5e5a4538f90c0fa04c5db18fdf090f1a09c27465 (diff) | |
download | archlinuxewe-4a234d751aaf2a8e89150a1ca7ae0e7bd31af59e.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 051f07498..e46951968 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-pyfai _pkgname=pyFAI pkgver=0.20.0 -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=10.2.0' + 'gcc-libs=11.1.0' 'glibc>=2.31' ) depends=( |