From a704dfa1023dc034a824e7d4e968fc03972d4639 Mon Sep 17 00:00:00 2001 From: Benjamin Slade Date: Sun, 1 Nov 2020 08:57:29 -0700 Subject: [PATCH] youtube-dl: update to 2020.11.01.1 --- srcpkgs/youtube-dl/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 84c6b2eab8b..ce525dd49c2 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,7 +1,7 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2020.09.20 -revision=2 +version=2020.11.01.1 +revision=1 wrksrc=youtube-dl build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,10 +10,10 @@ checkdepends="flake8 python3-nose" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Daniel Eyßer " license="Unlicense" -homepage="https://ytdl-org.github.io/youtube-dl/" -changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog" -distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz" -checksum=ac1a799cf968345bf29089ed2e5c5d4f4a32031625d808369e61b6362d1c7cde +homepage="https://yt-dl.org" +changelog="https://gitlab.com/dstftw/youtube-dl/-/raw/master/ChangeLog" +distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" +checksum=7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a do_check() { PYTHON=/usr/bin/python3 make offlinetest