diff options
author | Erich Eckner <git@eckner.net> | 2021-05-17 06:02:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-17 06:02:20 +0200 |
commit | 5e5a4538f90c0fa04c5db18fdf090f1a09c27465 (patch) | |
tree | 29c6d4d026dbd0072738d05fbe59bec2798f8dd2 /python-pyepics | |
parent | f0e6d70ac33a24a240a866ac48079a890aa8257d (diff) | |
download | archlinuxewe-5e5a4538f90c0fa04c5db18fdf090f1a09c27465.tar.xz |
python-pyepics: rebuild
Diffstat (limited to 'python-pyepics')
-rwxr-xr-x | python-pyepics/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index bfbb0edab..d6ef57e38 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.4.3 -pkgrel=2 +pkgrel=3 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.2.0' + 'gcc-libs=11.1.0' 'glibc>=2.31' ) makedepends=( |