From 0d9e63d4a5570b8d2a7f4bc1d283e5b1ef39c4b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:28 -0400 Subject: [PATCH] python3-primecountpy: rebuild for Python 3.11 --- srcpkgs/python3-primecountpy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-primecountpy/template b/srcpkgs/python3-primecountpy/template index fecc774b398..249cb46ed7c 100644 --- a/srcpkgs/python3-primecountpy/template +++ b/srcpkgs/python3-primecountpy/template @@ -1,7 +1,7 @@ # Template file for 'python3-primecountpy' pkgname=python3-primecountpy version=0.1.0 -revision=1 +revision=2 wrksrc=primecountpy-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-Cython"