tzupdate: update to 2.0.0.
This commit is contained in:
parent
7d588d3b61
commit
dbfbb19f43
1 changed files with 8 additions and 5 deletions
|
@ -1,15 +1,18 @@
|
|||
# Template file for 'tzupdate'
|
||||
pkgname=tzupdate
|
||||
version=1.5.0
|
||||
revision=2
|
||||
version=2.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="tzupdate.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-requests"
|
||||
short_desc="Set the system timezone based on IP geolocation"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="Public domain"
|
||||
license="MIT"
|
||||
homepage="https://github.com/cdown/tzupdate"
|
||||
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
||||
checksum=b11f14112335eb472203410f087406eb8107c75b3ef474bab2486122e5852c28
|
||||
checksum=e5103126c51b80a10e62007ee5282c058304757537b8dfe20e3a9c2403b412d8
|
||||
|
||||
post_instal() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue