From 9ebeb504c9d6fb2235b9f6783f3d5c7e3f9a48df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:41 -0400 Subject: [PATCH] bum: rebuild for Python 3.9, drop noarch --- srcpkgs/bum/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template index 20f200e74d..dd8f302132 100644 --- a/srcpkgs/bum/template +++ b/srcpkgs/bum/template @@ -1,8 +1,7 @@ # Template file for 'bum' pkgname=bum version=0.1.3 -revision=4 -archs=noarch +revision=5 build_style=python3-module pycompile_module="bum" hostmakedepends="python3-setuptools"