youtube-dl: update to 2014.08.05

This commit is contained in:
Alessio Sergi 2014-08-06 15:06:04 +02:00
parent 1d0103029f
commit f738a74710
1 changed files with 8 additions and 8 deletions

View File

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