From 8c56ca490494db17bc0f48664c2e6cde962e778c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 24 Dec 2015 13:33:30 +0100 Subject: [PATCH] tzupdate: add missing pycompile_module --- srcpkgs/tzupdate/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template index 9896beb83e..2ff7d12429 100644 --- a/srcpkgs/tzupdate/template +++ b/srcpkgs/tzupdate/template @@ -1,11 +1,12 @@ # Template file for 'tzupdate' pkgname=tzupdate version=0.4.0 -revision=1 +revision=2 +noarch=yes build_style=python-module hostmakedepends="python-setuptools" -depends="python-requests" -noarch=yes +depends="python-setuptools python-requests" +pycompile_module="tzupdate.py" short_desc="Set the system timezone based on IP geolocation" maintainer="Diogo Leal " license="Public domain"