diff options
author | Erich Eckner <git@eckner.net> | 2022-02-14 23:42:37 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-02-14 23:42:37 +0100 |
commit | 43fc1b461fa9b2c7480fbb8da7e8ab1ffd00cb3f (patch) | |
tree | c4893a164b5630245ea78e343d752f04fbcbb229 | |
parent | 44e3ea926a654f6c27acc15c215c37fc2968e89e (diff) | |
download | archlinuxewe-43fc1b461fa9b2c7480fbb8da7e8ab1ffd00cb3f.tar.xz |
python-pyepics: rebuild
-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 1b26904e3..a697f25b6 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=1 +pkgrel=2 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=11.1.0' + 'gcc-libs=11.2.0' 'glibc>=2.31' ) makedepends=( |