From 92f4b463c0378e9ec399d07fe78c980ea4c4347b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:42 -0400 Subject: [PATCH] ctop: rebuild for Python 3.9, drop noarch --- srcpkgs/ctop/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template index 5231b4a4cb3..9646c772b76 100644 --- a/srcpkgs/ctop/template +++ b/srcpkgs/ctop/template @@ -1,8 +1,7 @@ # Template file for 'ctop' pkgname=ctop version=1.0.0 -revision=4 -archs=noarch +revision=5 build_style=python3-module pycompile_module="cgroup_top.py" hostmakedepends="python3-setuptools"