From f7d71348c7a007960f6318c51894b72405c9f202 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 14:58:22 +0200 Subject: python-pycifrw: rebuild --- python-pycifrw/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'python-pycifrw') 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=( -- cgit v1.2.3-54-g00ecf