diff options
author | Erich Eckner <git@eckner.net> | 2022-02-26 23:04:44 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-02-26 23:04:44 +0100 |
commit | 87ab9c35935ccd5aa36b7554eb1043893f921f5c (patch) | |
tree | 6054468aee92a76b6a5e9a630562ca83e267ba5d /python-imageio/PKGBUILD | |
parent | 95e74205468b699b701d14907d3fd9735504680d (diff) | |
download | archlinuxewe-87ab9c35935ccd5aa36b7554eb1043893f921f5c.tar.xz |
python-imageio 2.14.1-1 -> 2.16.0-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 17d84094b..130b19fa6 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -2,14 +2,14 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" -pkgver=2.14.1 +pkgver=2.16.0 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=('1e4769f0817f959208c4a2efa0f9b074e305385424c0297936a52bd9835e584f030166dee3de99d078a097b664f6db84f475045ec3e3b6e5b0fea146637b215c') +sha512sums=('18f6e3f0b5c09ac546640ef88a0fe6c157e20ecbaa2de5a2199eab6caac3ca9fd294cf66a2eea79b954271c27390816392af62a27d0e2e11817776efec3a0cd3') depends=( 'python>=3.10' 'python<3.11' |