From ddbbf625dc2643a0a8ebc8ab091fc42282f2978e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH] tuimoji: rebuild for Python 3.10 --- srcpkgs/tuimoji/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template index d011d6e76c8..8c1dc6724bf 100644 --- a/srcpkgs/tuimoji/template +++ b/srcpkgs/tuimoji/template @@ -1,7 +1,7 @@ # Template file for 'tuimoji' pkgname=tuimoji version=1.0.0 -revision=4 +revision=5 build_style=python3-module pycompile_module="tuimoji" hostmakedepends="python3-setuptools"