summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d67d25a8490..ace3783876b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-grab
pkgname=('python-grab' 'python2-grab')
pkgver=0.6.35
-pkgrel=1
+pkgrel=2
pkgdesc="Web Scraping Framework"
arch=('any')
url="https://pypi.python.org/pypi/grab"
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python-pycurl' 'python2-pycurl' 'python-lxml' 'python2-lxml'
'python-selection' 'python2-selection' 'python-six' 'python2-six'
'python-weblib' 'python2-weblib' 'python-user_agent' 'python2-user_agent')
-source=(https://pypi.python.org/packages/source/g/grab/grab-${pkgver}.tar.gz)
+source=(https://pypi.python.org/packages/17/a3/d8bc8de37c8b82ba816ed46530a3e89df88ee52570482c063324391bc359/grab-${pkgver}.tar.gz)
sha256sums=('a1e73360d7ed38cc64882f0faf9f52b12dcdabd8e1b6dbd6579182e068e2de86')
build() {