From d8c2b23263e3e23143ca04777d8d1732237f6300 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:09:34 -0400 Subject: [PATCH] pychess: rebuild for Python 3.11 --- srcpkgs/pychess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template index 7fb17cc72de..92622121157 100644 --- a/srcpkgs/pychess/template +++ b/srcpkgs/pychess/template @@ -1,7 +1,7 @@ # Template file for 'pychess' pkgname=pychess version=1.0.3 -revision=1 +revision=2 build_style=python3-module _commondeps="python3-gobject python3-pexpect python3-SQLAlchemy gobject-introspection gtksourceview"