From 1df7c03a904e2b5d7d1661c6e022ce83d721323c Mon Sep 17 00:00:00 2001 From: dkwo Date: Tue, 30 May 2023 17:58:13 -0400 Subject: [PATCH] yt-dlp: add depends from pip3 check --- srcpkgs/yt-dlp/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index e98badbb0a3ea..4d45f706db343 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,16 +1,17 @@ # Template file for 'yt-dlp' pkgname=yt-dlp version=2023.07.06 -revision=1 +revision=2 build_style=python3-module make_check_args="-k not(download)" hostmakedepends="python3-setuptools" -depends="python3" +depends="python3 python3-Brotli python3-certifi python3-mutagen + python3-pycryptodomex python3-websockets" checkdepends="python3-pytest-xdist" 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" +distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/${version}/yt-dlp.tar.gz" checksum=6d2115b84b6c11867f92cf4c23705b536bfa0ba9d538b1885f52da6756f8c980