diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index a06fc93658..9262498649 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,6 +1,6 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2013.08.30 +version=2013.11.09 revision=1 wrksrc="${pkgname}" makedepends="python" @@ -8,14 +8,13 @@ short_desc="Tool to download youtube videos" maintainer="pancake <pancake@nopcode.org>" license="Public Domain" homepage="http://rg3.github.com/youtube-dl/" -distfiles="https://yt-dl.org/downloads/2013.08.30/${pkgname}-${version}.tar.gz" -checksum=5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe +distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" +checksum=1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3 do_install() { vinstall ${pkgname} 755 usr/bin vinstall ${pkgname}.1 644 usr/share/man/man1 - vinstall ${pkgname}.bash-completion 644 \ - usr/share/bash-completion/completions ${pkgname} + vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname} } youtube-dl_package() {