Date: Wednesday, March 6, 2013 @ 09:39:55 Author: mtorromeo Revision: 85750
upgpkg: python2-grequests 0.2.0-1 Updated to 0.2.0 Modified: python2-grequests/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-06 08:35:49 UTC (rev 85749) +++ PKGBUILD 2013-03-06 08:39:55 UTC (rev 85750) @@ -2,7 +2,7 @@ # Maintainer: Massimiliano Torromeo <[email protected]> pkgname=python2-grequests -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 _libname=${pkgname/python2-/} pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP Requests easily." @@ -21,9 +21,9 @@ package() { cd "$srcdir/$_libname-$pkgver" - python2 setup.py install -O1 --root="$pkgdir" + python2 setup.py install --skip-build -O1 --root="$pkgdir" install -m0644 -D "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -sha256sums=('73fa312f3d4b62f038a44c0a56cd3b27973b57208befbaaf96db3683fa02e2b9' +sha256sums=('acec39d0fe996303557c9e6fb8ceef5af2714afe314fd0894770bd58bafa4e51' '4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')
