From d9a612f16f7f097818d88e5ed5b5f2dba8a8afde Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:38 -0400 Subject: [PATCH] maturin: rebuild for Python 3.11 --- srcpkgs/maturin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 79aa1f62d9b..d2aeea0281e 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,7 +1,7 @@ # Template file for 'maturin' pkgname=maturin version=0.13.6 -revision=1 +revision=2 create_wrksrc=yes build_style=python3-module build_helper="qemu rust"