Date: Thursday, April 10, 2014 @ 16:50:53 Author: fyan Revision: 210161
upgpkg: python-rdflib 4.1.1-1 Added: python-rdflib/ Modified: python-rdflib/trunk/PKGBUILD Deleted: python2-rdflib/ ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: python-rdflib/trunk/PKGBUILD =================================================================== --- python2-rdflib/trunk/PKGBUILD 2014-04-09 23:29:33 UTC (rev 210110) +++ python-rdflib/trunk/PKGBUILD 2014-04-10 14:50:53 UTC (rev 210161) @@ -3,10 +3,10 @@ # Contributor: Andrea Scarpino <[email protected]> # Contributor: Leif Warner <[email protected]> -pkgbase=python2-rdflib +pkgbase=python-rdflib pkgname=('python2-rdflib' 'python-rdflib') -pkgver=4.1.0 -pkgrel=2 +pkgver=4.1.1 +pkgrel=1 pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information" arch=('any') url="http://rdflib.net/" @@ -15,7 +15,7 @@ checkdepends=('python2-nose' 'python-nose' 'python2-pyparsing' 'python-pyparsing' 'python2-six' 'python-six') source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver) -sha1sums=('5d7922ea3de794721bc70d3eb0618bcb4fdce9fc') +sha1sums=('bd93a7ee8af7147c149a978a92b59acd2f15ab13') prepare() { cp -r RDFLib-rdflib-* python2-rdflib
