tzupdate: fix typo in post_install, revbump

This commit is contained in:
Martin Dimov 2025-04-02 13:42:04 +03:00 committed by Andrew J. Hesford
parent 7cccc9ff87
commit 599db52a98

View file

@ -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
}