From bf2f67f2c31e7756e3ca34d2162cd987c5c0fd46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH] python-urwid: rebuild for Python 3.10 --- srcpkgs/python-urwid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template index b7eb4393a54..c575560cec8 100644 --- a/srcpkgs/python-urwid/template +++ b/srcpkgs/python-urwid/template @@ -1,7 +1,7 @@ # Template file for 'python-urwid' pkgname=python-urwid version=2.1.2 -revision=1 +revision=2 wrksrc="urwid-${version}" build_style="python-module" hostmakedepends="python-setuptools python3-setuptools"