From 4c1306c70eb92694bcfbbf3198a2aa5d07a1460f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH] python3-mistune: rebuild for Python 3.10 --- srcpkgs/python3-mistune/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template index d090f265be..4b77251e0d 100644 --- a/srcpkgs/python3-mistune/template +++ b/srcpkgs/python3-mistune/template @@ -1,7 +1,7 @@ # Template file for 'python3-mistune' pkgname=python3-mistune version=0.8.4 -revision=4 +revision=5 wrksrc="mistune-${version}" build_style=python3-module hostmakedepends="python3-setuptools"