diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template index bbc6a4cc8b3..e390e31ed7b 100644 --- a/srcpkgs/downloader-cli/template +++ b/srcpkgs/downloader-cli/template @@ -1,7 +1,7 @@ # Template file for 'downloader-cli' pkgname=downloader-cli version=0.3.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-urllib3 python3-downloader-cli" @@ -10,7 +10,7 @@ short_desc="Simple downloader with an awesome progressbar" maintainer="Andrew Benson " license="MIT" homepage="https://github.com/deepjyoti30/downloader-cli" -distfiles="${homepage}/archive/${version}.tar.gz" +distfiles="https://github.com/deepjyoti30/downloader-cli/archive/${version}.tar.gz" checksum=ad00b5ab905e57b8c275465c2b8bbeb187068ceff6614e68cf0b86de635acfe5 post_install() { @@ -19,6 +19,7 @@ post_install() { python3-downloader-cli_package() { short_desc+=" - Python3 library" + depends="python3" pkg_install() { vmove usr/lib vmove usr/share