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

Felix Yan fyan at archlinux.org
Mon Jan 5 03:48:24 UTC 2015


    Date: Monday, January 5, 2015 @ 04:48:24
  Author: fyan
Revision: 125380

upgpkg: python-sparqlwrapper 1.6.4-1

upstream new release

Modified:
  python-sparqlwrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-05 03:43:00 UTC (rev 125379)
+++ PKGBUILD	2015-01-05 03:48:24 UTC (rev 125380)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sparqlwrapper
 pkgname=("python-sparqlwrapper" "python2-sparqlwrapper")
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="SPARQL Endpoint interface to Python"
 arch=('any')
@@ -11,10 +11,10 @@
 license=('W3C')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-$pkgver.tar.gz")
-md5sums=('831974c30da9c41c795e99fb33ac1bf0')
+md5sums=('e30a18bd53e16c93e5fc0a2cc736ad34')
 
 prepare() {
-  cp -r SPARQLWrapper-$pkgver{,-py2}
+  cp -a SPARQLWrapper-$pkgver{,-py2}
 }
 
 package_python-sparqlwrapper() {



More information about the arch-commits mailing list