diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:51 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:51 +0100 |
commit | 1ce48d9435aabfe712013583ece5b7c7598c1cbe (patch) | |
tree | b0c081068fe1222e0eea6eb69edf098bb9e22968 /python-silx/PKGBUILD | |
parent | 96f65b8a1dff1950e8e31ec7c17cb08c3fecd713 (diff) | |
download | archlinuxewe-1ce48d9435aabfe712013583ece5b7c7598c1cbe.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 07acc6420..7b3a5b459 100644 --- a/python-silx/PKGBUILD +++ b/python-silx/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-silx _pkgname=silx pkgver=1.1.1 -pkgrel=1 +pkgrel=2 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.0' + 'gcc-libs=12.2.1' 'glibc>=2.31' ) depends=( |