coursera-dl: update to 0.6.1.
This commit is contained in:
parent
7d54a80a95
commit
95c9c49b3e
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'coursera-dl'
|
||||
pkgname=coursera-dl
|
||||
version=0.5.2
|
||||
revision=2
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=python-module
|
||||
wrksrc="coursera-${version}"
|
||||
python_versions="3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="coursera"
|
||||
|
@ -14,8 +13,8 @@ short_desc="Script for downloading Coursera.org videos and naming them"
|
|||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/coursera-dl/coursera-dl"
|
||||
distfiles="${PYPI_SITE}/c/coursera/coursera-${version}.tar.gz"
|
||||
checksum=52360177182b40f84bceb5bf458f6f3938405d05ca0a4b9d2fad877e346e5c36
|
||||
distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
|
||||
checksum=b37e85d952006722f69ad0c09878f546c56fe2e74a9fb3138d147d55c77051eb
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/1.0b2/0.99999/' requirements.txt
|
||||
|
|
Loading…
Reference in a new issue