From bfb04db0ca3c73e013a7773e1738b37b3491555d Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Wed, 2 Mar 2022 22:30:59 +0100 Subject: [PATCH] tzupdate: update to 2.1.0. --- srcpkgs/tzupdate/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template index 21a52091d160..4b4e8b605d15 100644 --- a/srcpkgs/tzupdate/template +++ b/srcpkgs/tzupdate/template @@ -1,16 +1,18 @@ # Template file for 'tzupdate' pkgname=tzupdate -version=2.0.0 -revision=3 +version=2.1.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-requests" +depends="python3" short_desc="Set the system timezone based on IP geolocation" maintainer="Diogo Leal " license="MIT" homepage="https://github.com/cdown/tzupdate" distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz" -checksum=e5103126c51b80a10e62007ee5282c058304757537b8dfe20e3a9c2403b412d8 +checksum=8e0f81d04143fd89a1300155bb99baeb46d5f6b3df49b96361f9026ff55eaec9 +# tests require httpretty, not in repos +make_check=no post_instal() { vlicense LICENSE