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