From 8f1432004d673c927110a50fa7ec57f229c39fef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:46 -0400 Subject: [PATCH] minigalaxy: rebuild for Python 3.12 --- srcpkgs/minigalaxy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template index 09885bb5afa..ebe0b7deab4 100644 --- a/srcpkgs/minigalaxy/template +++ b/srcpkgs/minigalaxy/template @@ -1,7 +1,7 @@ # Template file for 'minigalaxy' pkgname=minigalaxy version=1.2.2 -revision=2 +revision=3 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"