From 7047a4d1504787e000ad56b90cd698c0ed6169db Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 26 May 2024 18:33:31 -0400 Subject: [PATCH] yt-dlp: update to 2024.05.26. --- srcpkgs/yt-dlp/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index cd178ff1fa0..b53a869a507 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,16 +1,16 @@ # Template file for 'yt-dlp' pkgname=yt-dlp -version=2024.04.09 +version=2024.05.26 revision=1 build_style=python3-pep517 -make_check_args="-k not(download)" +make_check_args="-k not((download)or(test_socks))" hostmakedepends="hatchling" -depends="python3" -checkdepends="python3-pytest-xdist" +depends="python3-Brotli python3-certifi python3-mutagen python3-requests python3-websockets" +checkdepends="python3-pytest-xdist $depends" short_desc="CLI program to download videos from YouTube and other sites" maintainer="classabbyamp " 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=59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed +checksum=18dc2638ef950e3ce355a5d52e9e02d29e92b07d410dbe197f890f1a2a5c3c27