summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-03-01 20:11:56 +0800
committerLeo Mao2023-03-01 20:11:56 +0800
commitf008a1dc8caaf5f472feba74ee86ff74bbb557d0 (patch)
treee3073c908713ee38a02bee575859b319cbed4ccc
parent00abcac157748439a4b06f4513f14ef312c5dda2 (diff)
downloadaur-f008a1dc8caaf5f472feba74ee86ff74bbb557d0.tar.gz
upgpkg: python-imageio 2.26.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 d6631cfaf671..413b55f07d9d 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.25.1
+ pkgver = 2.26.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.25.1.tar.gz::https://github.com/imageio/imageio/archive/v2.25.1.tar.gz
- sha256sums = 418a8794b3c8e9255ab8df46e2f42233cdea9206fbd1579f26bf75470e3ce5c9
+ source = python-imageio-2.26.0.tar.gz::https://github.com/imageio/imageio/archive/v2.26.0.tar.gz
+ sha256sums = 7ec55a8ec235e82c3093b52d3cd5ac6191e5a71619e9aeba885c14eade00ef75
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 139442658fd5..f9f8173c8a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.25.1
+pkgver=2.26.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=('418a8794b3c8e9255ab8df46e2f42233cdea9206fbd1579f26bf75470e3ce5c9')
+sha256sums=('7ec55a8ec235e82c3093b52d3cd5ac6191e5a71619e9aeba885c14eade00ef75')
build() {
msg "Building Python 3"