youtube-dl: fix pycompile_module.
This commit is contained in:
parent
28155bd08a
commit
bb96af322a
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2016.01.09
|
version=2016.01.09
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="$pkgname"
|
pycompile_module="youtube_dl"
|
||||||
short_desc="Small CLI program to download videos from YouTube and other sites"
|
short_desc="Small CLI program to download videos from YouTube and other sites"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://rg3.github.com/youtube-dl/"
|
homepage="http://rg3.github.com/youtube-dl/"
|
||||||
|
|
Loading…
Reference in a new issue