diff options
Diffstat (limited to 'python-pyepics')
-rwxr-xr-x | python-pyepics/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index 6e493d6dc..1b26904e3 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=python-pyepics _pkgname="${pkgname#*-}" -pkgver=3.5.0 -pkgrel=60 +pkgver=3.5.1 +pkgrel=1 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' @@ -19,9 +19,9 @@ depends=( 'python>=3.10' 'python<3.11') source=( - "https://pypi.python.org/packages/22/f2/3b15bc9b2d148a19686d5de8901a55f2bbd0a67a63681a0c1ef12c998fa2/${_pkgname}-${pkgver}.tar.gz" + "https://pypi.python.org/packages/6c/cd/f97b676b6903e6f88bfced3817964559c20a1e3c6cd5244fa188f76fff75/${_pkgname}-${pkgver}.tar.gz" ) -sha512sums=('f46b5f2bede2358b6ab149e89ccf3ed792f8526612c45a432adcb2a610f29ca8aaa525faa2f4c086472a7384cf4688d668964b518f33ce6581eddd0558529f94') +sha512sums=('e80472b68549594f7c496ae11d257abbba6056f511146c556c360fb3f88bb1ce9c50d3ca7f23c4ac093847d529e99e955180dede2bdef1116a7feda846c26ebd') build() { cd ${_pkgname}-${pkgver} |