diff options
author | Erich Eckner <git@eckner.net> | 2022-05-11 01:56:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-11 01:56:55 +0200 |
commit | 8c2eaa56665d91556f13c1551110a4e13b0a4b65 (patch) | |
tree | 35d4cb3fb884d1c14ac4b98d84df0c25a9b5c891 /python-pyepics/PKGBUILD | |
parent | cddaae1f0c1a4ca14d9da40451859aeb13312806 (diff) | |
download | archlinuxewe-8c2eaa56665d91556f13c1551110a4e13b0a4b65.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 a697f25b6..f78312368 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=2 +pkgrel=3 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=11.2.0' + 'gcc-libs=12.1.0' 'glibc>=2.31' ) makedepends=( |