From abac2a30dfb9822281375ce49369235cf3226811 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 19 Jun 2016 00:02:59 +0200 Subject: [PATCH] coursera-dl: add missing pycompile_{version,module} --- srcpkgs/coursera-dl/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template index 12d7e29a3f..22b8502f82 100644 --- a/srcpkgs/coursera-dl/template +++ b/srcpkgs/coursera-dl/template @@ -1,13 +1,15 @@ # Template file for 'coursera-dl' pkgname=coursera-dl version=0.5.2 -revision=1 +revision=2 build_style=python-module -python_versions="3.4" wrksrc="coursera-${version}" -hostmakedepends="python3.4 python3.4-setuptools" -depends="python3.4-pyasn1 python3.4-html5lib python3.4-BeautifulSoup4 - python3.4-requests python3.4-six python3.4-keyring" +python_versions="3.4" +pycompile_version="3.4" +pycompile_module="coursera" +hostmakedepends="python3.4-setuptools" +depends="python3.4-setuptools python3.4-pyasn1 python3.4-html5lib + python3.4-BeautifulSoup4 python3.4-requests python3.4-six python3.4-keyring" short_desc="Script for downloading Coursera.org videos and naming them" maintainer="Michael Gehring " license="GPL-3"