From af07cc2aa70ef7488aee53779818b000b956ea7b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 Dec 2020 10:05:52 +0100 Subject: recompile all python packages --- python-imageio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-imageio') diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index a413169d..af7eb047 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" pkgver=2.9.0 -pkgrel=1 +pkgrel=2 arch=('any') url='https://github.com/xraypy/XrayDB' license=('BSD') @@ -11,8 +11,8 @@ pkgdesc='Python library that provides an easy interface to read and write a wide source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v$pkgver.tar.gz") sha512sums=('a325ad4f0913219b87418d4f57fddc3f1e4c1be4102e933aa0c236317044d2a5ded623bbe86b92d3f2004bb9386ccb3f0cc03b7b118f9faa6f320dd147157ed6') depends=( - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' ) makedepends=( 'python-setuptools' -- cgit v1.2.3-54-g00ecf