diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:50 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:50 +0100 |
commit | 09f66cb8ba947a5529a03494ab0b4e0769e3818f (patch) | |
tree | 8b92584eb67c30f336625385be45f2ff0086e56f /python-pyepics/PKGBUILD | |
parent | b5595caaa22c9af3efbf6b7b3c20988f5667b300 (diff) | |
download | archlinuxewe-09f66cb8ba947a5529a03494ab0b4e0769e3818f.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 2646abdd6..cb30911e2 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=5 +pkgrel=6 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.2.0' + 'gcc-libs=12.2.1' 'glibc>=2.31' ) makedepends=( |