diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:58 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:58 +0200 |
commit | 436254f142ea76b4d430faf93d29e840006ac021 (patch) | |
tree | af395e46aeffda3a9528f05f3aafbe223f074b36 /python-silx/PKGBUILD | |
parent | 675b75f1565556bad44f75728ded82eb67896aec (diff) | |
download | archlinuxewe-436254f142ea76b4d430faf93d29e840006ac021.tar.xz |
python-silx: rebuild
Diffstat (limited to 'python-silx/PKGBUILD')
-rw-r--r-- | python-silx/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-silx/PKGBUILD b/python-silx/PKGBUILD index 7b3a5b459..7ddb7f3f4 100644 --- a/python-silx/PKGBUILD +++ b/python-silx/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-silx _pkgname=silx pkgver=1.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" license=('MIT' 'LGPL') _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' ) depends=( |