diff options
author | Erich Eckner <git@eckner.net> | 2022-08-02 20:36:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-08-02 20:36:12 +0200 |
commit | 7a8e6b2a53b39c515ccb48b6f020e03938bea7c8 (patch) | |
tree | 07af2be0524f17745dcd218e4c41eceaa34929e8 /python-pyepics/PKGBUILD | |
parent | 9d4b8113061689df3a04ffff95626a7cb18cd006 (diff) | |
download | archlinuxewe-7a8e6b2a53b39c515ccb48b6f020e03938bea7c8.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 f78312368..7dfa42777 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=3 +pkgrel=4 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.0' + 'gcc-libs=12.1.1' 'glibc>=2.31' ) makedepends=( |