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/"