summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam2016-04-06 18:15:42 +0300
committerYuval Adam2016-04-06 18:15:42 +0300
commit8172d0465be5f39a15253ec2020c672581910965 (patch)
tree2448bf3b875f41a0676d570115c132df396dff1f /PKGBUILD
parent071ded7fe1351ca09127092313d18977406a6a30 (diff)
downloadaur-8172d0465be5f39a15253ec2020c672581910965.tar.gz
Bump python-wpull to v1.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e72811af88a..146d47780c0c 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.1
+pkgver=1.2.3
pkgrel=1
pkgdesc="Wget-compatible web downloader and crawler"
arch=('any')
@@ -10,7 +10,7 @@ license=(GPL)
depends=('python')
makedepends=('python-setuptools')
source=("http://pypi.python.org/packages/source/w/wpull/wpull-${pkgver}.tar.gz")
-sha256sums=('c2491df6dd51548e598f4551032f5c8fde57006fed035832cdf9a19e732d2a9c')
+sha256sums=('93058d8b1864c80a160a94715a471795ea13f4527e2c7713f231a6dbad73d5fe')
package() {
cd "${srcdir}/wpull-${pkgver}"