summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 146d47780c0c..1897e2f975d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=python-wpull
-pkgver=1.2.3
+pkgver=2.0.1
pkgrel=1
pkgdesc="Wget-compatible web downloader and crawler"
arch=('any')
@@ -9,8 +9,8 @@ url="https://github.com/chfoo/wpull"
license=(GPL)
depends=('python')
makedepends=('python-setuptools')
-source=("http://pypi.python.org/packages/source/w/wpull/wpull-${pkgver}.tar.gz")
-sha256sums=('93058d8b1864c80a160a94715a471795ea13f4527e2c7713f231a6dbad73d5fe')
+source=("https://pypi.python.org/packages/source/w/wpull/wpull-${pkgver}.tar.gz")
+sha256sums=('eaaa85f9755a5ee0ac63770e37713eb68f99a73c267abd4d1439057eedd5dca3')
package() {
cd "${srcdir}/wpull-${pkgver}"