summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-01-14 10:15:56 +0800
committerLeo Mao2023-01-14 10:15:56 +0800
commit76122674f117c9291bf57ae795ef1bd131405242 (patch)
tree23db642f81f21d4254065dc9a1cfa1cc8f4f6e18
parentf1d70b9342bd7668d1e2e63e80537e9886bab9bd (diff)
downloadaur-76122674f117c9291bf57ae795ef1bd131405242.tar.gz
upgpkg: python-imageio 2.24.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 5f8d0b887bfa..ebbcde258907 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.23.0
+ pkgver = 2.24.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.23.0.tar.gz::https://github.com/imageio/imageio/archive/v2.23.0.tar.gz
- sha256sums = 5701bffafdc671b6729c88409f879a4c5e7c0efa135b8b10a5a241f3cb4102de
+ source = python-imageio-2.24.0.tar.gz::https://github.com/imageio/imageio/archive/v2.24.0.tar.gz
+ sha256sums = 56fa82ca4b0eee7ee305e945c0b83c1f6640a11b27236ed9ab40e4818825923e
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index e72ba513d510..f7ea7a707e7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.23.0
+pkgver=2.24.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=('5701bffafdc671b6729c88409f879a4c5e7c0efa135b8b10a5a241f3cb4102de')
+sha256sums=('56fa82ca4b0eee7ee305e945c0b83c1f6640a11b27236ed9ab40e4818825923e')
build() {
msg "Building Python 3"