summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-03-22 19:57:03 +0800
committerLeo Mao2023-03-22 19:57:03 +0800
commitda7c2eb346754d6a1a9dcdcba965562f357f3765 (patch)
tree7bf356193c9b725d6610c6f1e0b53f94ae601337
parentf008a1dc8caaf5f472feba74ee86ff74bbb557d0 (diff)
downloadaur-da7c2eb346754d6a1a9dcdcba965562f357f3765.tar.gz
upgpkg: python-imageio 2.26.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 413b55f07d9d..d7d2117f7e3d 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.26.0
+ pkgver = 2.26.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.26.0.tar.gz::https://github.com/imageio/imageio/archive/v2.26.0.tar.gz
- sha256sums = 7ec55a8ec235e82c3093b52d3cd5ac6191e5a71619e9aeba885c14eade00ef75
+ source = python-imageio-2.26.1.tar.gz::https://github.com/imageio/imageio/archive/v2.26.1.tar.gz
+ sha256sums = c05811ae905d6251a05ec718ca225f1f24ca303bae754e1777efa0311029fb54
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index f9f8173c8a2e..183809fd7e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.26.0
+pkgver=2.26.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=('7ec55a8ec235e82c3093b52d3cd5ac6191e5a71619e9aeba885c14eade00ef75')
+sha256sums=('c05811ae905d6251a05ec718ca225f1f24ca303bae754e1777efa0311029fb54')
build() {
msg "Building Python 3"