coursera-dl: update to 0.11.4.
This commit is contained in:
parent
f3ef3d5c6a
commit
3cc67d4f74
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'coursera-dl'
|
||||
pkgname=coursera-dl
|
||||
version=0.10.0
|
||||
version=0.11.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="coursera"
|
||||
noarch=yes
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-pyasn1 python3-ConfigArgParse
|
||||
depends="python3-attrs python3-setuptools python3-pyasn1 python3-ConfigArgParse
|
||||
python3-BeautifulSoup4 python3-requests python3-six python3-keyring
|
||||
python3-urllib3"
|
||||
short_desc="Script for downloading Coursera.org videos and naming them"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/coursera-dl/coursera-dl"
|
||||
distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
|
||||
checksum=0d00921310821a6b1d29c4e52bf406319cd3e7155d9be6b6a6a183b79ffdf821
|
||||
checksum=8366ab3e22c712a3e7d4f944c8763ac6c5111210f73ce14f782d9bc24e2d8204
|
||||
|
|
Loading…
Reference in New Issue