From 8da3d48ce09a8b089a0f5f1467ba052973a12aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Fri, 3 Dec 2021 18:01:09 +0100 Subject: [PATCH] yt-dlp: update to 2021.12.01. --- srcpkgs/yt-dlp/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index 9432641a5e73..5e0e5fe9e2e0 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,19 +1,19 @@ # Template file for 'yt-dlp' pkgname=yt-dlp -version=2021.11.10.1 -revision=2 +version=2021.12.01 +revision=1 wrksrc="$pkgname" build_style=python3-module hostmakedepends="python3-setuptools" -checkdepends="python3-pytest flake8 python3-nose" depends="python3" +checkdepends="python3-pytest flake8 python3-nose" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Michal Vasilek " license="Unlicense" homepage="https://github.com/yt-dlp/yt-dlp" changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md" distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.tar.gz" -checksum=2eb1c67e095ded9d328eaa0e6e26952248b55dd1031a3751c6d60b759aefa16a +checksum=bf0cc22d17ffbe59c0d0378026ff135a996b86c546ec9713d838f952dea61e0f do_check() { PYTHON=/usr/bin/python3 make offlinetest