diff options
-rwxr-xr-x | python-pyepics/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index 496a56f9..313cac84 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pyepics pkgname=(python2-pyepics python-pyepics) _pkgname="${pkgbase#*-}" pkgver=3.4.0 -pkgrel=1 +pkgrel=2 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' |