From 28fdbfebaeeb5acca35de57f8a1c21fa0964a42a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:07 -0400 Subject: [PATCH] python3-Brotli: rebuild for Python 3.11 --- srcpkgs/python3-Brotli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Brotli/template b/srcpkgs/python3-Brotli/template index 3f4cfafc3f7..93825789de1 100644 --- a/srcpkgs/python3-Brotli/template +++ b/srcpkgs/python3-Brotli/template @@ -1,7 +1,7 @@ # Template file for 'python3-Brotli' pkgname=python3-Brotli version=1.0.9 -revision=1 +revision=2 wrksrc="brotli-${version}" build_style=python3-module hostmakedepends="python3-setuptools"