diff options
author | Erich Eckner <git@eckner.net> | 2020-02-24 10:09:09 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-24 10:23:52 +0100 |
commit | 90de829047550298fbcc9d9c376334e2eb1e1765 (patch) | |
tree | 697ab66bb43c7f11e9f66f83bf109b779ff83dde | |
parent | a004b95003a1b1bbcc67cce1c7a892a6b8920955 (diff) | |
download | archlinuxewe-90de829047550298fbcc9d9c376334e2eb1e1765.tar.xz |
python-imageio: any
-rw-r--r-- | python-imageio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index 94a70a8f8..60a8b207d 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -4,7 +4,7 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" pkgver=2.8.0 pkgrel=1 -arch=('i686' 'pentium4' 'x86_64') +arch=('any') url='https://github.com/xraypy/XrayDB' license=('BSD') pkgdesc='Python library that provides an easy interface to read and write a wide range of image data' |