summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-05-01 23:33:04 +0800
committerLeo Mao2023-05-01 23:33:04 +0800
commit179c59815bece5e26cd5362d0f05b11ff9313e2e (patch)
tree123287a554f1f5503e1cc509c14e0cb0e6e3a06c
parent6dc9afd7930d7569ca5edad29d42cf28c53ecdd1 (diff)
downloadaur-179c59815bece5e26cd5362d0f05b11ff9313e2e.tar.gz
upgpkg: python-imageio 2.28.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 a4341c994406..f23e42fc9fe2 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.27.0
+ pkgver = 2.28.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.27.0.tar.gz::https://github.com/imageio/imageio/archive/v2.27.0.tar.gz
- sha256sums = 7512163685cfdeb781667b21c92657c2ea11c70d2d93b2ab402c526a4f22b1b8
+ source = python-imageio-2.28.1.tar.gz::https://github.com/imageio/imageio/archive/v2.28.1.tar.gz
+ sha256sums = 27c7c0004c62fc890198e0534177b4fad1a31d2ee9cfe0e957abacf597e37230
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index eacd1c187471..ff0e7503b82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.27.0
+pkgver=2.28.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=('7512163685cfdeb781667b21c92657c2ea11c70d2d93b2ab402c526a4f22b1b8')
+sha256sums=('27c7c0004c62fc890198e0534177b4fad1a31d2ee9cfe0e957abacf597e37230')
build() {
msg "Building Python 3"