diff options
author | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:53 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:53 +0200 |
commit | 16aa2f05d19d3d8491aba9f23079a387fd4fc46f (patch) | |
tree | d7cd0f6a6bf368e18372ce38980fd4fc261dcd2b /python-pyepics | |
parent | c25f5548bcf13a9dc2e1f1a8784931e312d0fc35 (diff) | |
download | archlinuxewe-16aa2f05d19d3d8491aba9f23079a387fd4fc46f.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 dde3ee1b8..2a6f38f94 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=16 +pkgrel=17 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=13.2.1' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.31' ) makedepends=( |