summaryrefslogtreecommitdiff
path: root/python-pyepics
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-05 14:58:26 +0200
committerErich Eckner <git@eckner.net>2020-06-05 14:58:26 +0200
commit0bda73f7408f2b36a97a15d5c1a7136131ca223d (patch)
tree5d1030b36e1432a05b4c0847b85d56d257acba4b /python-pyepics
parentf7d71348c7a007960f6318c51894b72405c9f202 (diff)
downloadarchlinuxewe.git.save-0bda73f7408f2b36a97a15d5c1a7136131ca223d.tar.xz
python-pyepics: rebuild
Diffstat (limited to 'python-pyepics')
-rwxr-xr-xpython-pyepics/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD
index 15a4a57b..90fb5dd3 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'
)