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'
|
# Template file for 'tzupdate'
|
||||||
pkgname=tzupdate
|
pkgname=tzupdate
|
||||||
version=1.5.0
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="tzupdate.py"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-requests"
|
depends="python3-setuptools python3-requests"
|
||||||
short_desc="Set the system timezone based on IP geolocation"
|
short_desc="Set the system timezone based on IP geolocation"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Public domain"
|
license="MIT"
|
||||||
homepage="https://github.com/cdown/tzupdate"
|
homepage="https://github.com/cdown/tzupdate"
|
||||||
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
||||||
checksum=b11f14112335eb472203410f087406eb8107c75b3ef474bab2486122e5852c28
|
checksum=e5103126c51b80a10e62007ee5282c058304757537b8dfe20e3a9c2403b412d8
|
||||||
|
|
||||||
|
post_instal() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue