diff options
author | Erich Eckner <git@eckner.net> | 2022-08-23 21:11:57 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-11 21:18:30 +0200 |
commit | 843d8c60538ac0471f3014f208c34bb6135da796 (patch) | |
tree | c5b519af1f51f3f3d2432b63457ec31a6570ece6 /python-pyepics | |
parent | 86dbae26da990e2af969c221ad760d1497dba26a (diff) | |
download | archlinuxewe-843d8c60538ac0471f3014f208c34bb6135da796.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 7dfa42777..2646abdd6 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=4 +pkgrel=5 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=12.1.1' + 'gcc-libs=12.2.0' 'glibc>=2.31' ) makedepends=( |