diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:24 +0200 |
commit | 527c26a21613d02f9901d0e5316cb0ce4f50b8a3 (patch) | |
tree | 5f889feddd82ff1215ff63c0d16426d397a4089f /python-pyepics | |
parent | 0f7f3c18a06bd29197356398b6d5a472eca67028 (diff) | |
download | archlinuxewe-527c26a21613d02f9901d0e5316cb0ce4f50b8a3.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 68dd9d019..4a85d8673 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=10 +pkgrel=11 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.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' ) makedepends=( |