From 13f4d0efeb11680ca6896f6c1ec1356c27523128 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:09:03 -0400 Subject: [PATCH] tuimoji: rebuild for Python 3.11 --- srcpkgs/tuimoji/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template index 8c1dc6724bf..9016a715c05 100644 --- a/srcpkgs/tuimoji/template +++ b/srcpkgs/tuimoji/template @@ -1,7 +1,7 @@ # Template file for 'tuimoji' pkgname=tuimoji version=1.0.0 -revision=5 +revision=6 build_style=python3-module pycompile_module="tuimoji" hostmakedepends="python3-setuptools"