From 47315346ec364fd103322220a3bd3dcc10500080 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:43 -0400 Subject: [PATCH] mymcplus: rebuild for Python 3.12 --- srcpkgs/mymcplus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template index 5bb08ef9ea5..d09fed3f0ca 100644 --- a/srcpkgs/mymcplus/template +++ b/srcpkgs/mymcplus/template @@ -1,7 +1,7 @@ # Template file for 'mymcplus' pkgname=mymcplus version=3.0.5 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="wxPython python3-PyOpenGL"