diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:48 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:48 +0200 |
commit | 7f28c287d95be9f8f3fae7f65022e495d9e0f9e7 (patch) | |
tree | a9a45f3a87285769d5109081c7a1589d1c430f6a /python-pyepics | |
parent | 7539b561d7b7c6bb514d7326b9aad90938a70fa5 (diff) | |
download | archlinuxewe-7f28c287d95be9f8f3fae7f65022e495d9e0f9e7.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 5045a6584..aa44ef3ae 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=12 +pkgrel=13 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.1.1' + 'gcc-libs=13.2.1' 'glibc>=2.31' ) makedepends=( |