summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-07-25 19:42:02 +0800
committerLeo Mao2022-07-25 19:42:02 +0800
commitd394bc712077dfdf4091dd656c634a41a9ef8749 (patch)
tree99baa8e981324d5cc8368334b39f5b9fe0d03be3
parent5a123ad316ba6d86a474b4990e3ba04ddc700c3c (diff)
downloadaur-d394bc712077dfdf4091dd656c634a41a9ef8749.tar.gz
upgpkg: python-imageio 2.19.5-2
Change arch to any.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78da79cb59c2..5d4f9d3ccde4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = python-imageio
pkgdesc = a Python library that provides an easy interface to read and write a wide range of image data
pkgver = 2.19.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/imageio/imageio
- arch = x86_64
+ arch = any
license = BSD
makedepends = python
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 47f117ca423b..9553a03d568a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname="python-imageio"
_pkgname="imageio"
pkgver=2.19.5
-pkgrel=1
+pkgrel=2
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
-arch=('x86_64')
+arch=('any')
_github="imageio/imageio"
_pypiname="imageio"
url="https://github.com/imageio/imageio"