diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index b142e21ddba..9432641a5e7 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,11 +1,12 @@ # Template file for 'yt-dlp' pkgname=yt-dlp version=2021.11.10.1 -revision=1 +revision=2 wrksrc="$pkgname" build_style=python3-module hostmakedepends="python3-setuptools" checkdepends="python3-pytest flake8 python3-nose" +depends="python3" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Michal Vasilek " license="Unlicense"