diff options
author | Erich Eckner <git@eckner.net> | 2022-11-10 06:19:30 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-11-10 06:32:11 +0100 |
commit | 5a2df70a5f6a92a329aefd9336d74a0e6cae457c (patch) | |
tree | 91079ac1d67d385118df32e891c0427c13f30fe9 /python-imageio/PKGBUILD | |
parent | 97c6a79aac5c7ef50904d1d9a6a0d66a22b710f0 (diff) | |
download | archlinuxewe-5a2df70a5f6a92a329aefd9336d74a0e6cae457c.tar.xz |
python-imageio 2.18.0-1 -> 2.22.4-1
Diffstat (limited to 'python-imageio/PKGBUILD')
-rw-r--r-- | python-imageio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index ccac53f2a..5ccfb336a 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -2,14 +2,14 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" -pkgver=2.18.0 +pkgver=2.22.4 pkgrel=1 arch=('any') url='https://github.com/xraypy/XrayDB' license=('BSD') pkgdesc='Python library that provides an easy interface to read and write a wide range of image data' source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v$pkgver.tar.gz") -sha512sums=('ddd7606f4b72e3a768b2f7f71d058d11df2bd6e48455240d17b2d93394808158c4f52289ea6f47b5c5655ec45e514aa4413248de0aff1806d28922723540aa50') +sha512sums=('38339e7da4ae238cf91aae4ec500899edf7547e80029941550ea73c6b0ba926eac21f4a234833ce52078426c660409558935b72775f3131a390f913fefdb0df1') depends=( 'python>=3.10' 'python<3.11' |