summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-02-22 22:34:02 +0800
committerLeo Mao2023-02-22 22:34:02 +0800
commit00abcac157748439a4b06f4513f14ef312c5dda2 (patch)
tree195f51eed5168e65fb0cead08ffa76cda76d4373
parente877c3a80ab9a423d044753e81f3a6d8d61cb89a (diff)
downloadaur-00abcac157748439a4b06f4513f14ef312c5dda2.tar.gz
upgpkg: python-imageio 2.25.1-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 7342668497e5..d6631cfaf671 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.0
+ pkgver = 2.25.1
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.0.tar.gz::https://github.com/imageio/imageio/archive/v2.25.0.tar.gz
- sha256sums = 1fb02ae8982e6580fedfb4788bb777053032371b6dc2cb815f1750e40c4c36bf
+ source = python-imageio-2.25.1.tar.gz::https://github.com/imageio/imageio/archive/v2.25.1.tar.gz
+ sha256sums = 418a8794b3c8e9255ab8df46e2f42233cdea9206fbd1579f26bf75470e3ce5c9
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 60d2164e599f..139442658fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.25.0
+pkgver=2.25.1
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=('1fb02ae8982e6580fedfb4788bb777053032371b6dc2cb815f1750e40c4c36bf')
+sha256sums=('418a8794b3c8e9255ab8df46e2f42233cdea9206fbd1579f26bf75470e3ce5c9')
build() {
msg "Building Python 3"