summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05554529cc58..6c3aafd1e038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: razer <razer[at]neuf[dot]fr>
pkgname='python-memcached'
-pkgver=1.57
+pkgver=1.58
pkgrel=1
pkgdesc="A python memcached client library"
arch=('any')
url="https://github.com/linsomniac/python-memcached"
license=('PSF')
-source=("https://pypi.python.org/packages/source/p/python-memcached/python-memcached-${pkgver}.tar.gz")
+
+source=("https://pypi.python.org/packages/f7/62/14b2448cfb04427366f24104c9da97cf8ea380d7258a3233f066a951a8d8/python-memcached-${pkgver}.tar.gz")
makedepends=('python')
depends=('python' 'memcached')
-md5sums=('de21f64b42b2d961f3d4ad7beb5468a1')
+md5sums=('23b258105013d14d899828d334e6b044')
package() {