diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 60811ddc0a3..3b9ad102497 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,7 +1,7 @@ # Template file for 'tzutils' pkgname=tzutils version=2023c -revision=1 +revision=2 bootstrap=yes short_desc="Time zone and daylight-saving time utilities" maintainer="Đoàn Trần Công Danh " @@ -55,5 +55,6 @@ tzdata_package() { pkg_install() { vmove usr/share/man/man5 vmove "usr/share/zoneinfo*" + vinstall leap-seconds.list 644 usr/share/zoneinfo } }