summaryrefslogtreecommitdiff
path: root/python-imageio
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-05-02 09:19:02 +0200
committerErich Eckner <git@eckner.net>2022-05-02 09:19:18 +0200
commitdc256d9178a2f18618c7f914b9f84da43eca59e4 (patch)
treecb823ec5cc257e3115e5dfa897521f0fc802866d /python-imageio
parenta902c17b0e6e5526b91df5a9ef0b22ebec91f2bc (diff)
downloadarchlinuxewe-dc256d9178a2f18618c7f914b9f84da43eca59e4.tar.xz
python-imageio: 2.17.0-1 -> 2.18.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 f5af4b028..ccac53f2a 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
-pkgver=2.17.0
+pkgver=2.18.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=('f6cb4697ceddd43338ef994fc242a921f0c8054655ce63878cc25c8afd28317fadf9806b84f6f337bcc30a61306b451ca29582ddcc1f66e40b6f298620287e11')
+sha512sums=('ddd7606f4b72e3a768b2f7f71d058d11df2bd6e48455240d17b2d93394808158c4f52289ea6f47b5c5655ec45e514aa4413248de0aff1806d28922723540aa50')
depends=(
'python>=3.10'
'python<3.11'