From dbfbb19f43ca12febb188301b3f6f041d4347f68 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 27 Feb 2020 12:41:02 +0200 Subject: [PATCH] tzupdate: update to 2.0.0. --- srcpkgs/tzupdate/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template index de2217476bd..382a653d9d4 100644 --- a/srcpkgs/tzupdate/template +++ b/srcpkgs/tzupdate/template @@ -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 " -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 +}