From 0bda73f7408f2b36a97a15d5c1a7136131ca223d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 14:58:26 +0200 Subject: python-pyepics: rebuild --- python-pyepics/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'python-pyepics') diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index 15a4a57bf..90fb5dd3c 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,13 +2,18 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.4.1 -pkgrel=7 +pkgrel=8 pkgdesc='Python Interface to the Epics Channel Access protocol of the Epics control system' arch=('i686' 'pentium4' 'x86_64') url='https://pypi.python.org/pypi/pyepics' license=('Epics Open License') groups=() +_pinned_dependencies=( + 'gcc-libs=10.1.0' + 'glibc>=2.31' +) depends=( + "${_pinned_dependencies[@]}" 'python>=3.8' 'python<3.9' ) -- cgit v1.2.3-70-g09d2