From 2ecb4679cc8c1dc42a7692033770cfe0ca22a84d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:21 -0400 Subject: [PATCH] gbinder-python: rebuild for Python 3.11 --- srcpkgs/gbinder-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gbinder-python/template b/srcpkgs/gbinder-python/template index 6a2bbf71f84..61f60323adb 100644 --- a/srcpkgs/gbinder-python/template +++ b/srcpkgs/gbinder-python/template @@ -1,7 +1,7 @@ # Template file for 'gbinder-python' pkgname=gbinder-python version=1.1.1 -revision=1 +revision=2 build_style=python3-module make_build_args="--cython" hostmakedepends="python3-Cython pkg-config"