[arch-commits] Commit in python-redis/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 2 07:59:14 UTC 2014


    Date: Monday, June 2, 2014 @ 09:59:14
  Author: fyan
Revision: 112448

upgpkg: python-redis 2.10.0-1

Modified:
  python-redis/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-02 07:51:38 UTC (rev 112447)
+++ PKGBUILD	2014-06-02 07:59:14 UTC (rev 112448)
@@ -6,8 +6,8 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.9.1
-pkgrel=4
+pkgver=2.10.0
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py"
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz")
-md5sums=('1da8ff78be75d7acf5d4684e77fc3606')
+md5sums=('c3942fec7d0e7b081c0828f4495be497')
 
 prepare() {
   cp -r ${_basename}-${pkgver}{,-py2}




More information about the arch-commits mailing list