summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2024-03-03 12:25:38 +0800
committerLeo Mao2024-03-03 12:25:38 +0800
commit79e6f8eb28bc65aa596ad463ddc8314edf9c72f7 (patch)
tree2a43cd5032ca4cf587c66d59b54a4a01a3af548a
parent91210bbc6f9f17cde00fdae0f2bf7fa18dc9bc12 (diff)
downloadaur-79e6f8eb28bc65aa596ad463ddc8314edf9c72f7.tar.gz
upgpkg: python-imageio 2.34.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 d3f1ddb1d9a2..98cc02de4da1 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.33.1
+ pkgver = 2.34.0
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.33.1.tar.gz::https://github.com/imageio/imageio/archive/v2.33.1.tar.gz
- sha256sums = f091e91d08ccdd7b5dc2d04c28a034d794bf1d36fc785b0b6ec85531919ffd67
+ source = python-imageio-2.34.0.tar.gz::https://github.com/imageio/imageio/archive/v2.34.0.tar.gz
+ sha256sums = cbbdf00817f4e9244bdf72a9b5868ee0ef1985c305fa3f06ed917d15cc22927f
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index c19c2026bcb9..3cff961c294e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.33.1
+pkgver=2.34.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=('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=('f091e91d08ccdd7b5dc2d04c28a034d794bf1d36fc785b0b6ec85531919ffd67')
+sha256sums=('cbbdf00817f4e9244bdf72a9b5868ee0ef1985c305fa3f06ed917d15cc22927f')
build() {
msg "Building Python 3"