diff options
Diffstat (limited to 'python-pycifrw/PKGBUILD')
-rw-r--r-- | python-pycifrw/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD index ff4e4959..3ea5d0a7 100644 --- a/python-pycifrw/PKGBUILD +++ b/python-pycifrw/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-pycifrw _pkgname='PyCifRW' pkgver=4.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Python library for interacting with Crystallographic Information Framework (CIF) files.' arch=('i686' 'pentium4' 'x86_64') url='https://bitbucket.org/jamesrhester/pycifrw/src/development/' @@ -15,8 +15,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=("https://pypi.python.org/packages/36/92/ff9bab1b65aba9a80035b6d1c3b0c3e41c7aae64b30a3326d51836a3a66b/PyCifRW-${pkgver}.tar.gz") sha512sums=('9fb9be4fcc2ebe5fac8b1d0b11820a041a3d0a00cd8be1dd46402797c3a7401487658e21ea24bbeeca0171b9521829b20bf99b255217125a67248afa39b273b8') |