summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-01-08 10:21:19 +0800
committerLeo Mao2023-01-08 10:21:19 +0800
commitf1d70b9342bd7668d1e2e63e80537e9886bab9bd (patch)
tree38742d691aaed01533e6ce2153bb83cb4a358b98
parentdd75d236db33bca6ded99b335dc47a9cb110144b (diff)
downloadaur-f1d70b9342bd7668d1e2e63e80537e9886bab9bd.tar.gz
upgpkg: python-imageio 2.23.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15bc81d4a7e1..5f8d0b887bfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imageio
pkgdesc = a Python library that provides an easy interface to read and write a wide range of image data
- pkgver = 2.22.4
+ pkgver = 2.23.0
pkgrel = 1
url = https://github.com/imageio/imageio
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-imageio
optdepends = freeimage
optdepends = python-astropy
optdepends = python-simpleitk
- source = python-imageio-2.22.4.tar.gz::https://github.com/imageio/imageio/archive/v2.22.4.tar.gz
- sha256sums = 35c01895c55f22c9887a12bbad5f6ed1c1f02e2223ce54f03b0f0e568b42e28e
+ source = python-imageio-2.23.0.tar.gz::https://github.com/imageio/imageio/archive/v2.23.0.tar.gz
+ sha256sums = 5701bffafdc671b6729c88409f879a4c5e7c0efa135b8b10a5a241f3cb4102de
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 564e82aea018..e72ba513d510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.22.4
+pkgver=2.23.0
pkgrel=1
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-numpy' 'python-pillow')
optdepends=('avbin' 'python-imageio-ffmpeg' 'freeimage' 'python-astropy' 'python-simpleitk')
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
-sha256sums=('35c01895c55f22c9887a12bbad5f6ed1c1f02e2223ce54f03b0f0e568b42e28e')
+sha256sums=('5701bffafdc671b6729c88409f879a4c5e7c0efa135b8b10a5a241f3cb4102de')
build() {
msg "Building Python 3"