From 6613e94c899f9f5edc686bf0a1e6bf2c888cad48 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH] python3-libtmux: rebuild for Python 3.10 --- srcpkgs/python3-libtmux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index e1c7918acf6..44d93508335 100644 --- a/srcpkgs/python3-libtmux/template +++ b/srcpkgs/python3-libtmux/template @@ -1,7 +1,7 @@ # Template file for 'python3-libtmux' pkgname=python3-libtmux version=0.8.5 -revision=4 +revision=5 wrksrc="libtmux-${version}" build_style=python3-module hostmakedepends="python3-setuptools"