From 411eb4998dc0eed8df2013d81b5808a2dbe39a6b Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 17 Feb 2017 16:48:17 -0500 Subject: [PATCH] youtube-dl: update to 2017.02.17. --- srcpkgs/youtube-dl/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 64cd460183a..c86f17f07ac 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,6 +1,6 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2017.02.16 +version=2017.02.17 revision=1 noarch=yes wrksrc="${pkgname}" @@ -9,11 +9,12 @@ pycompile_module="youtube_dl" hostmakedepends="python python3" depends="python" short_desc="CLI program to download videos from YouTube and other sites (Python2)" +# changelog="https://github.com/rg3/youtube-dl/blob/master/ChangeLog" maintainer="Juan RP " homepage="http://rg3.github.com/youtube-dl/" license="Public Domain" distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" -checksum=21a5014f25d8ad2882999dd8cbf8cc2fd13c42116f5fe7b4781c982421ea59b0 +checksum=4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2" post_install() {