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 }