diff options
author | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:43 +0200 |
commit | 5241e5c9212451e2af73188c8cd96545acf42014 (patch) | |
tree | 45f95e1785f09808adcc61334a4143d6bc5399fe /python-pyepics | |
parent | fb451ba021d264a0f1b22d7463213cc29574de35 (diff) | |
download | archlinuxewe-5241e5c9212451e2af73188c8cd96545acf42014.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 ae2b0b37e..791785c85 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.4.2 -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=10.1.0' + 'gcc-libs=10.2.0' 'glibc>=2.31' ) makedepends=( |