Date: Saturday, June 20, 2015 @ 05:55:03 Author: fyan Revision: 135634
upgpkg: scrapy 1.0.0-1 Modified: scrapy/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-20 03:30:13 UTC (rev 135633) +++ PKGBUILD 2015-06-20 03:55:03 UTC (rev 135634) @@ -4,8 +4,8 @@ # Contributor: Anibal Pacheco <apacheco...@gmail.com> pkgname=scrapy -pkgver=0.24.6 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="A fast high-level scraping and web crawling framework." arch=(any) license=('BSD') @@ -14,7 +14,6 @@ 'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl') makedepends=('git') optdepends=('ipython2: for enhanced support of the interactive scraping shell') -conflicts=('scrapy-hg' 'scrapy-git') source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver}") md5sums=('SKIP')