From f2c5f5b9b136a853e6ed537458a37930f3ba5125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Thu, 2 Jan 2020 19:35:45 +0100 Subject: [PATCH] youtube-dl: update to 2020.01.01. --- srcpkgs/youtube-dl/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 4f96cb0c237..6fd5a1f2bbf 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,20 +1,20 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2019.12.25 -revision=2 +version=2020.01.01 +revision=1 archs=noarch wrksrc=youtube-dl build_style=python3-module pycompile_module="youtube_dl" -hostmakedepends="python3" -depends="python3" +hostmakedepends="python3-setuptools" +depends="python3-setuptools" 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=0ea2f15fa68f97ce5a57077a126a85f425cbc996af59e022a4f19fb3d3e6c78d +checksum=0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d post_install() { rm -rf ${DESTDIR}/usr/etc