summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2024-04-25 18:08:14 +0800
committerLeo Mao2024-04-25 18:08:14 +0800
commit28be7fb89312d8be90bf2fd561d7fb0e9d87448b (patch)
tree6d474e35e7fbb8bf5225b1699e3b7762d8222eb4
parent79e6f8eb28bc65aa596ad463ddc8314edf9c72f7 (diff)
downloadaur-28be7fb89312d8be90bf2fd561d7fb0e9d87448b.tar.gz
upgpkg: python-imageio 2.34.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 98cc02de4da1..c1475f5e2851 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.34.0
+ pkgver = 2.34.1
pkgrel = 1
url = https://github.com/imageio/imageio
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-imageio
optdepends = python-astropy
optdepends = python-simpleitk
optdepends = python-tifffile
- source = python-imageio-2.34.0.tar.gz::https://github.com/imageio/imageio/archive/v2.34.0.tar.gz
- sha256sums = cbbdf00817f4e9244bdf72a9b5868ee0ef1985c305fa3f06ed917d15cc22927f
+ source = python-imageio-2.34.1.tar.gz::https://github.com/imageio/imageio/archive/v2.34.1.tar.gz
+ sha256sums = 02f42528d5322f676326a84264afe86110bbd13abe8593efaf91e3dbbb7c397a
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 3cff961c294e..fc35f779df68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.34.0
+pkgver=2.34.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=('python-imageio-ffmpeg' 'python-av' 'freeimage' 'python-astropy' 'python-simpleitk' 'python-tifffile')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
-sha256sums=('cbbdf00817f4e9244bdf72a9b5868ee0ef1985c305fa3f06ed917d15cc22927f')
+sha256sums=('02f42528d5322f676326a84264afe86110bbd13abe8593efaf91e3dbbb7c397a')
build() {
msg "Building Python 3"