From 76d0ac4ac8ecf6c9834e1d4ce8f8a19830361c35 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 14 Oct 2016 23:26:50 +0200 Subject: [PATCH] dispcalGUI: add missing pycompile_module --- srcpkgs/dispcalGUI/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dispcalGUI/template b/srcpkgs/dispcalGUI/template index 41b1b7ed211..c3bbd4fe3cf 100644 --- a/srcpkgs/dispcalGUI/template +++ b/srcpkgs/dispcalGUI/template @@ -1,9 +1,9 @@ # Template file for 'dispcalGUI' pkgname=dispcalGUI version=3.0.6.3 -revision=2 +revision=3 build_style=python-module -nocross=yes +pycompile_module="dispcalGUI" hostmakedepends="python" makedepends="python-devel libXxf86vm-devel libXinerama-devel libXrandr-devel" depends="python-numpy wxPython argyllcms"