diff options
author | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:09 +0200 |
commit | 762b585ca5f05f050a836ace70ec514b0f7a5b17 (patch) | |
tree | 7b33c05462e684a3a3a599a441a8261e1d1c209b /python-pyepics/PKGBUILD | |
parent | 9650759b28fb56c8e80a09302511797b13a68f54 (diff) | |
download | archlinuxewe-762b585ca5f05f050a836ace70ec514b0f7a5b17.tar.xz |
python-pyepics: rebuild
Diffstat (limited to 'python-pyepics/PKGBUILD')
-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 b6586b933..98b33c20e 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=18 +pkgrel=19 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=14.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.31' ) makedepends=( |