summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b12a9d6b6b..980e224d5362 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.13.0
+ pkgver = 2.13.1
pkgrel = 1
url = https://github.com/imageio/imageio
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-imageio
optdepends = freeimage
optdepends = python-astropy
optdepends = python-simpleitk
- source = python-imageio-2.13.0.tar.gz::https://github.com/imageio/imageio/archive/v2.13.0.tar.gz
- sha256sums = 5a1c346fdcd03a36222923dd2ece3e16d581b7831ac31b0a228d40e49c41c8ed
+ source = python-imageio-2.13.1.tar.gz::https://github.com/imageio/imageio/archive/v2.13.1.tar.gz
+ sha256sums = 00c843712d00d075a87bc9eb37c1b6ffe2b210327d8fbaabd52759a961b5b4bd
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index eb3adea9f6d2..aac17fb70b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.13.0
+pkgver=2.13.1
pkgrel=1
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('x86_64')
@@ -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=('5a1c346fdcd03a36222923dd2ece3e16d581b7831ac31b0a228d40e49c41c8ed')
+sha256sums=('00c843712d00d075a87bc9eb37c1b6ffe2b210327d8fbaabd52759a961b5b4bd')
build() {
msg "Building Python 3"