diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:26 +0200 |
commit | 0bda73f7408f2b36a97a15d5c1a7136131ca223d (patch) | |
tree | 5d1030b36e1432a05b4c0847b85d56d257acba4b /python-pyepics | |
parent | f7d71348c7a007960f6318c51894b72405c9f202 (diff) | |
download | archlinuxewe-0bda73f7408f2b36a97a15d5c1a7136131ca223d.tar.xz |
python-pyepics: rebuild
Diffstat (limited to 'python-pyepics')
-rwxr-xr-x | python-pyepics/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
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' ) |