From 027158ce8c49d3c3e3e03daf35c6f645b0f569c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH] youtube-dl: rebuild for Python 3.10 --- srcpkgs/youtube-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 3c1121e5317..72c70a4ee4b 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,7 +1,7 @@ # Template file for 'youtube-dl' pkgname=youtube-dl version=2021.06.06 -revision=1 +revision=2 wrksrc="${pkgname}" build_style=python3-module hostmakedepends="python3-setuptools"