summaryrefslogtreecommitdiff
path: root/python-pycifrw
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-05 14:58:22 +0200
committerErich Eckner <git@eckner.net>2020-06-05 14:58:22 +0200
commitf7d71348c7a007960f6318c51894b72405c9f202 (patch)
tree38be1751fbfe91bc3b45328a659fee9ff6aee381 /python-pycifrw
parent3f67f69c7b24c9bc01fb9991e7e1c8991bd62e67 (diff)
downloadarchlinuxewe.git.save-f7d71348c7a007960f6318c51894b72405c9f202.tar.xz
python-pycifrw: rebuild
Diffstat (limited to 'python-pycifrw')
-rw-r--r--python-pycifrw/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD
index 74a2735f..520f12f4 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=(