From 1b4b759acdbc4ca980bec02e5b2bf9ea32327cbe Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 13 Feb 2019 20:41:30 -0600 Subject: [PATCH] wpull: update to 2.0.3 --- srcpkgs/wpull/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template index f815f19b9e..6602fb87b5 100644 --- a/srcpkgs/wpull/template +++ b/srcpkgs/wpull/template @@ -1,20 +1,20 @@ # Template file for 'wpull' pkgname=wpull -version=2.0.1 -revision=2 +version=2.0.3 +revision=1 noarch=yes build_style=python3-module pycompile_module="wpull" -hostmakedepends="python-setuptools python3-setuptools" +hostmakedepends="python3-setuptools" depends="python3-chardet python3-dnspython python3-html5lib python3-lxml python3-namedlist python3-psutil python3-SQLAlchemy python3-tornado python3-Yapsy" short_desc="Wget-compatible web downloader and crawler" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " homepage="https://github.com/chfoo/wpull" -license="GPL-3" -distfiles="${PYPI_SITE}/w/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=eaaa85f9755a5ee0ac63770e37713eb68f99a73c267abd4d1439057eedd5dca3 +license="GPL-3.0-only" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=45649c2b95c1cc8f6226900c50fd1595f2aa325af5cbd1bd1c84ddc82fb414e9 pre_build() { sed -i 's/dnspython3/dnspython/' setup.py # needed for dnspython>=1.13.0