youtube-dl: update to 2014.08.05
This commit is contained in:
parent
1d0103029f
commit
f738a74710
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2014.07.21
|
version=2014.08.05
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
makedepends="python"
|
makedepends="python"
|
||||||
depends="python"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
short_desc="Small CLI program to download videos from YouTube and other sites"
|
||||||
short_desc="Tool to download youtube videos"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public Domain"
|
|
||||||
homepage="http://rg3.github.com/youtube-dl/"
|
homepage="http://rg3.github.com/youtube-dl/"
|
||||||
|
license="Public Domain"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=63b48fdb32a6e28f3dcb8928e0f372d8e2ea1eb4216f063394f0b6d64955cee4
|
checksum=6e816d7444cadbd074459c852d988412ed7fb1b6216292da378229a95886a13f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ${pkgname} 755 usr/bin
|
vbin ${pkgname}
|
||||||
vinstall ${pkgname}.1 644 usr/share/man/man1
|
vman ${pkgname}.1
|
||||||
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
|
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue