From 9926ebb7a4e0d4eeea7080c674d33fa2fbf0da1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:43 -0400 Subject: [PATCH] yt-dlp: rebuild for Python 3.12 --- srcpkgs/yt-dlp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index fbe7ba22b6d..61df7664f22 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,7 +1,7 @@ # Template file for 'yt-dlp' pkgname=yt-dlp version=2023.09.24 -revision=1 +revision=2 build_style=python3-module make_check_args="-k not(download)" hostmakedepends="python3-setuptools"