youtube-dl: fix pycompile_module.
This commit is contained in:
parent
28155bd08a
commit
bb96af322a
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue