From 7cab479cb9a8c0458490cbae8dedd2d26d6e5032 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:35 -0400 Subject: [PATCH] python3-mistune2: rebuild for Python 3.11 --- srcpkgs/python3-mistune2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mistune2/template b/srcpkgs/python3-mistune2/template index 7be37071593..ab2c26d3358 100644 --- a/srcpkgs/python3-mistune2/template +++ b/srcpkgs/python3-mistune2/template @@ -1,7 +1,7 @@ # Template file for 'python3-mistune2' pkgname=python3-mistune2 version=2.0.0rc1 -revision=1 +revision=2 wrksrc="mistune-${version}" build_style=python3-module hostmakedepends="python3-setuptools"