Date: Wednesday, March 11, 2020 @ 20:18:18 Author: felixonmars Revision: 594608
upgpkg: scrapy 2.0.0-1 Modified: scrapy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-11 19:36:33 UTC (rev 594607) +++ PKGBUILD 2020-03-11 20:18:18 UTC (rev 594608) @@ -3,7 +3,7 @@ # Contributor: Anibal Pacheco <[email protected]> pkgname=scrapy -pkgver=1.8.0 +pkgver=2.0.0 pkgrel=1 pkgdesc="A fast high-level scraping and web crawling framework." arch=('any') @@ -18,7 +18,7 @@ 'python-sybil' 'python-testfixtures') optdepends=('ipython: for enhanced support of the interactive scraping shell') source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz") -sha512sums=('112050599b0cb5dbc647bb4f92a6007230e5ccea13bf954c21d059845219867ef7c4193dcbafd37ed3ff4fc01b8631864c4dea5a7c7550cecc4e317dd899fd29') +sha512sums=('bbe23230c7173fd3df58e8307eec70163fa56f9f70f61b8d91443acd09f0ab644a737fd6013916657a81352acfe9c034c115e2e7decdedeef0a9d2a3bca11150') build() { cd scrapy-$pkgver
