diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:22 +0200 |
commit | f7d71348c7a007960f6318c51894b72405c9f202 (patch) | |
tree | 38be1751fbfe91bc3b45328a659fee9ff6aee381 | |
parent | 3f67f69c7b24c9bc01fb9991e7e1c8991bd62e67 (diff) | |
download | archlinuxewe-f7d71348c7a007960f6318c51894b72405c9f202.tar.xz |
python-pycifrw: rebuild
-rw-r--r-- | python-pycifrw/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD index 74a2735f9..520f12f4e 100644 --- a/python-pycifrw/PKGBUILD +++ b/python-pycifrw/PKGBUILD @@ -3,12 +3,16 @@ pkgname=python-pycifrw _pkgname='PyCifRW' pkgver=4.4.1 -pkgrel=4 +pkgrel=5 pkgdesc='Python library for interacting with Crystallographic Information Framework (CIF) files.' arch=('i686' 'pentium4' 'x86_64') url='https://bitbucket.org/jamesrhester/pycifrw/src/development/' license=('custom') +_pinned_dependencies=( + 'glibc>=2.31' +) depends=( + "${_pinned_dependencies[@]}" 'python>=3.8' 'python<3.9') makedepends=( |