From bb96af322a73b6a084967777b3fff69e9e4ff933 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 9 Jan 2016 08:35:32 +0100 Subject: [PATCH] youtube-dl: fix pycompile_module. --- srcpkgs/youtube-dl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index b7adc735b8d..9c951ff43a6 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,13 +1,13 @@ # Template file for 'youtube-dl' pkgname=youtube-dl version=2016.01.09 -revision=1 +revision=2 noarch=yes build_style=python-module wrksrc="${pkgname}" hostmakedepends="python" depends="python" -pycompile_module="$pkgname" +pycompile_module="youtube_dl" short_desc="Small CLI program to download videos from YouTube and other sites" maintainer="Juan RP " homepage="http://rg3.github.com/youtube-dl/"