From 1a861ea02277cb45a60254cbfc0af42340314bec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH] subuser: rebuild for Python 3.9 --- srcpkgs/subuser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template index 0bc3e71db36..1d6aaa5d695 100644 --- a/srcpkgs/subuser/template +++ b/srcpkgs/subuser/template @@ -1,7 +1,7 @@ # Template file for 'subuser' pkgname=subuser version=0.6.2 -revision=3 +revision=4 archs="x86_64*" build_style=python3-module hostmakedepends="python3-setuptools"