coursera-dl: update to 0.6.1.

This commit is contained in:
Michael Gehring 2016-06-21 12:11:41 +02:00
parent 7d54a80a95
commit 95c9c49b3e

View file

@ -1,9 +1,8 @@
# Template file for 'coursera-dl' # Template file for 'coursera-dl'
pkgname=coursera-dl pkgname=coursera-dl
version=0.5.2 version=0.6.1
revision=2 revision=1
build_style=python-module build_style=python-module
wrksrc="coursera-${version}"
python_versions="3.4" python_versions="3.4"
pycompile_version="3.4" pycompile_version="3.4"
pycompile_module="coursera" pycompile_module="coursera"
@ -14,8 +13,8 @@ short_desc="Script for downloading Coursera.org videos and naming them"
maintainer="Michael Gehring <mg@ebfe.org>" maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-3" license="GPL-3"
homepage="https://github.com/coursera-dl/coursera-dl" homepage="https://github.com/coursera-dl/coursera-dl"
distfiles="${PYPI_SITE}/c/coursera/coursera-${version}.tar.gz" distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
checksum=52360177182b40f84bceb5bf458f6f3938405d05ca0a4b9d2fad877e346e5c36 checksum=b37e85d952006722f69ad0c09878f546c56fe2e74a9fb3138d147d55c77051eb
post_extract() { post_extract() {
sed -i 's/1.0b2/0.99999/' requirements.txt sed -i 's/1.0b2/0.99999/' requirements.txt