Date: Saturday, September 19, 2015 @ 14:36:01
  Author: fyan
Revision: 140766

upgpkg: python-anyjson 0.3.3-7

rebuild for python 3.5

Modified:
  python-anyjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-09-19 12:35:54 UTC (rev 140765)
+++ PKGBUILD    2015-09-19 12:36:01 UTC (rev 140766)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
 # Contributor: Benjamin A. Shelton <[email protected]>
 # Contributor: p2k <[email protected]>
 
@@ -7,7 +7,7 @@
 pkgbase=python-$_pypiname
 pkgname=("python-$_pypiname" "python2-$_pypiname")
 pkgver=0.3.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Wraps the best available JSON implementation available in a common 
interface"
 arch=(any)
 url="http://pypi.python.org/pypi/$_pypiname";
@@ -17,7 +17,7 @@
 md5sums=('2ea28d6ec311aeeebaf993cb3008b27c')
 
 prepare() {
-  cp -r "$_pypiname-${pkgver}" "python2-$_pypiname-${pkgver}"
+  cp -a "$_pypiname-${pkgver}" "python2-$_pypiname-${pkgver}"
 }
 
 package_python-anyjson() {

Reply via email to