diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template index 97ffbb17c12..579bb9306c8 100644 --- a/srcpkgs/ctop/template +++ b/srcpkgs/ctop/template @@ -1,14 +1,13 @@ # Template file for 'ctop' pkgname=ctop version=1.0.0 -revision=1 +revision=2 noarch=yes build_style=python3-module -pycompile_module="${pkgname}" +pycompile_module="cgroup_top.py" hostmakedepends="python3-setuptools" -python_version="3" depends="python3" -short_desc="A command line/text based Linux Containers monitoring tool" +short_desc="Command line/text based Linux Containers monitoring tool" maintainer="Diogo Leal " license="MIT" homepage="https://github.com/yadutaf/ctop"