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

Felix Yan fyan at archlinux.org
Mon Aug 11 23:54:08 UTC 2014


    Date: Tuesday, August 12, 2014 @ 01:54:08
  Author: fyan
Revision: 117207

upgpkg: python-redis 2.10.2-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-11 23:35:24 UTC (rev 117206)
+++ PKGBUILD	2014-08-11 23:54:08 UTC (rev 117207)
@@ -6,7 +6,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -14,10 +14,10 @@
 license=('MIT')
 makedepends=('python' 'python2')
 source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz")
-md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
+md5sums=('03c749a5809fed0bab0a41cb8c1d3793')
 
 prepare() {
-  cp -r ${_basename}-${pkgver}{,-py2}
+  cp -a ${_basename}-${pkgver}{,-py2}
 }
 
 build() {




More information about the arch-commits mailing list