diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-23 15:02:09 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-23 15:02:09 +0200 |
commit | f9af7934dde68fe894e0815367f1cb2cbf30a3b0 (patch) | |
tree | 6754fbbe6acf6e7be302b69e7646d0f1e3f95baa /python-scikit-image | |
parent | cf5f4f0b3f3fdf76657453c5666e1a086d6d45c2 (diff) | |
download | archlinuxewe-f9af7934dde68fe894e0815367f1cb2cbf30a3b0.tar.xz |
python-scikit-image: rebuild
Diffstat (limited to 'python-scikit-image')
-rw-r--r-- | python-scikit-image/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD index 98c340d2f..13ac25319 100644 --- a/python-scikit-image/PKGBUILD +++ b/python-scikit-image/PKGBUILD @@ -5,13 +5,13 @@ pkgname='python-scikit-image' _pkgname="${pkgname#*-}" pkgver=0.19.3 -pkgrel=13 +pkgrel=14 pkgdesc="Image processing routines for SciPy" arch=('i686' 'pentium4' 'x86_64') url="http://scikit-image.org/" license=('BSD') _pinned_dependencies=( - 'gcc-libs=14.1.1+r1+g43b730b9134' + 'gcc-libs=14.1.1+r58+gfc9fb69ad62' 'glibc>=2.31' ) depends=( |