From fe16e5a6cde37e104082ccc9e0fb27813488328e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:48 -0400 Subject: [PATCH] timer-cli: rebuild for Python 3.12 --- srcpkgs/timer-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/timer-cli/template b/srcpkgs/timer-cli/template index 81a69728662..6dd183c6188 100644 --- a/srcpkgs/timer-cli/template +++ b/srcpkgs/timer-cli/template @@ -1,7 +1,7 @@ # Template file for 'timer-cli' pkgname=timer-cli version=0.1.2 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="python3-poetry-core" depends="python3-rich python3-click python3-art"