From 7fe608e1b2fb62636c3b5408acc3c3c49ead922c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:19 -0400 Subject: [PATCH] python3-ffmpeg-python: rebuild for Python 3.11 --- srcpkgs/python3-ffmpeg-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template index b0073d3774e..90c06d70f63 100644 --- a/srcpkgs/python3-ffmpeg-python/template +++ b/srcpkgs/python3-ffmpeg-python/template @@ -1,7 +1,7 @@ # Template file for 'python3-ffmpeg-python' pkgname=python3-ffmpeg-python version=0.2.0 -revision=4 +revision=5 wrksrc="ffmpeg-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools"