youtube-dl: update to 2014.11.09

This commit is contained in:
Alessio Sergi 2014-11-12 00:22:12 +01:00
parent 0229da4931
commit dd32ca8c57

View file

@ -1,6 +1,6 @@
# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2014.10.30
version=2014.11.09
revision=1
noarch=yes
wrksrc="${pkgname}"
@ -10,10 +10,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://rg3.github.com/youtube-dl/"
license="Public Domain"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=7eb032deddcf04f8d61e181d6b184c1d04b56b6e3141f8bfc45bbcd690a388ba
checksum=088bdcc8ac90b8ea697d8fb8a81d539ae751fdcf150130c8351f834f4ee51b50
do_install() {
vbin ${pkgname}
vman ${pkgname}.1
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${pkgname}
}