tzupdate: add missing pycompile_module
This commit is contained in:
parent
ce5a7dec63
commit
8c56ca4904
1 changed files with 4 additions and 3 deletions
|
@ -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 <diogo@diogoleal.com>"
|
||||
license="Public domain"
|
||||
|
|
Loading…
Reference in a new issue