From 278406d3d8e4c13d309f619bed3447baaebb85d8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 27 Mar 2018 17:45:45 -0300 Subject: [PATCH] edx-dl: update to 0.1.8. Closes: #12961 [via git-merge-pr] --- srcpkgs/edx-dl/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template index 9851dd43d71..606f7d7283a 100644 --- a/srcpkgs/edx-dl/template +++ b/srcpkgs/edx-dl/template @@ -1,15 +1,16 @@ # Template file for 'edx-dl' pkgname=edx-dl -version=0.1.7 +version=0.1.8 revision=1 build_style=python3-module -pycompile_module="edx" -noarch=yes +pycompile_module="edx_dl" hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-BeautifulSoup4 python3-six python3-html5lib python3-youtube-dl" +depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools + python3-youtube-dl" short_desc="Tool to download video lectures from edx.org" maintainer="iaroki " -license="GPL-3" +license="LGPL-3.0-or-later" homepage="https://github.com/coursera-dl/edx-dl" distfiles="${PYPI_SITE}/e/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=5fedf74acec3f4db38294667cb9498c3dcd6812c7028dcbb0c8303a6b4286a6c +checksum=6f91839278c8a8c2d364af1dd9ee93748f21e0cb9c865ed6478d6247422f123d +noarch=yes