From 0addcb6ae16396cd245955a2bc5a09c02396de20 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 12 Dec 2016 19:17:36 +0100 Subject: [PATCH] ctop: fix pycompile_module --- srcpkgs/ctop/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"