summaryrefslogtreecommitdiff
path: root/python-imageio
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 14:48:52 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 14:48:52 +0100
commit766010e53958eb7e5913727e921f411f8cc97cae (patch)
treeaee70bfe248b51890ce51d9b70c1c971d7a6bd9e /python-imageio
parent8c0e8dac995b7522f881736b685cfae38602ff19 (diff)
downloadarchlinuxewe-766010e53958eb7e5913727e921f411f8cc97cae.tar.xz
python-imageio 2.22.4-1 -> 2.25.0-1
Diffstat (limited to 'python-imageio')
-rw-r--r--python-imageio/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD
index 5ccfb336a..2113b6add 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
-pkgver=2.22.4
+pkgver=2.25.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=('38339e7da4ae238cf91aae4ec500899edf7547e80029941550ea73c6b0ba926eac21f4a234833ce52078426c660409558935b72775f3131a390f913fefdb0df1')
+sha512sums=('e887d8572f4698b6cd6fad832054cbce2550a4165e65704c2f990b500234cc938c68b9840bc8961a7258cf4cfa91c3ac909c7965de689b00b04195ab1120850c')
depends=(
'python>=3.10'
'python<3.11'