summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2021-12-17 12:23:15 +0800
committerLeo Mao2021-12-17 12:23:15 +0800
commit5599741920fe5a469cca67a515cd637dd59627dd (patch)
tree9a8ddd070aff866a1486667f941f629ea5dd6e88
parent447d59710f4b558129ce4507b2057d0a354d2a1c (diff)
downloadaur-5599741920fe5a469cca67a515cd637dd59627dd.tar.gz
upgpkg: python-imageio 2.13.3-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 447fe2e79cd7..2b5ead71d51e 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.2
+ pkgver = 2.13.3
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.2.tar.gz::https://github.com/imageio/imageio/archive/v2.13.2.tar.gz
- sha256sums = a54c3b785811237e6f029603bc253ca3c92ea346d5865b4c673d45b65b3e4548
+ source = python-imageio-2.13.3.tar.gz::https://github.com/imageio/imageio/archive/v2.13.3.tar.gz
+ sha256sums = bf24e13e75074778cfb3da6d47976974b9ac6dd387005329a612a89e3a106ab4
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 58005ac6b299..ad8851dcb687 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.13.2
+pkgver=2.13.3
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=('a54c3b785811237e6f029603bc253ca3c92ea346d5865b4c673d45b65b3e4548')
+sha256sums=('bf24e13e75074778cfb3da6d47976974b9ac6dd387005329a612a89e3a106ab4')
build() {
msg "Building Python 3"