From 599db52a9893d07772aa9cae268af6619e42f625 Mon Sep 17 00:00:00 2001 From: Martin Dimov Date: Wed, 2 Apr 2025 13:42:04 +0300 Subject: [PATCH] tzupdate: fix typo in post_install, revbump --- srcpkgs/tzupdate/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template index ede6223a6f4..20d323b55b3 100644 --- a/srcpkgs/tzupdate/template +++ b/srcpkgs/tzupdate/template @@ -1,7 +1,7 @@ # Template file for 'tzupdate' pkgname=tzupdate version=2.1.0 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -14,6 +14,6 @@ checksum=8e0f81d04143fd89a1300155bb99baeb46d5f6b3df49b96361f9026ff55eaec9 # tests require httpretty, not in repos make_check=no -post_instal() { +post_install() { vlicense LICENSE }