youtube-dl: fix pycompile_module.

This commit is contained in:
Juan RP 2016-01-09 08:35:32 +01:00
parent 28155bd08a
commit bb96af322a

View File

@ -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 <xtraeme@voidlinux.eu>"
homepage="http://rg3.github.com/youtube-dl/"