summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-imageio/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD
index 2eaa0ae10..c2b5a6d2e 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
-pkgver=2.13.1
-pkgrel=60
+pkgver=2.13.3
+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=('3c5ca6b96a26fc19801d571af3e0d804b4946bf34d8d3ed52b946bdde595a90ff8c0da7fb2949f6a1d2d6ba5799c2feff6bade04de40cb9a807c7cd30e57eaac')
+sha512sums=('709aabb0b89cf1bac65f8671f57523833bf0c5dc1f4e4a379f0c77203ae25b651a5ba9135f45b5dea2affbab6d6e79bb66a75ea05a0c83d5d08027a5bd6aeaef')
depends=(
'python>=3.10'
'python<3.11'