From c421384d0625bb7a0dc1948a4cdae6748fe0d0cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:48 -0400 Subject: [PATCH] tlpui: rebuild for Python 3.12 --- srcpkgs/tlpui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template index 84e1a213d23..606c24dd2dc 100644 --- a/srcpkgs/tlpui/template +++ b/srcpkgs/tlpui/template @@ -1,7 +1,7 @@ # Template file for 'tlpui' pkgname=tlpui version=1.5.0+7 -revision=1 +revision=2 build_style="python3-module" hostmakedepends="python3-setuptools" depends="gtk+3 tlp python3-gobject"