tzutils: update to 2022b.

This commit is contained in:
Đoàn Trần Công Danh 2022-08-11 08:09:20 +07:00
parent 3297f5e40d
commit 591c6bb809
2 changed files with 10 additions and 15 deletions

View file

@ -1,16 +1,11 @@
Index: tzutils-2021b/Makefile
===================================================================
--- tzutils-2021b.orig/Makefile
+++ tzutils-2021b/Makefile
@@ -751,9 +751,8 @@ tzselect: tzselect.ksh version
chmod +x $@.out
mv $@.out $@
--- a/Makefile
+++ b/Makefile
@@ -768,7 +768,7 @@ tzselect: tzselect.ksh version
-check: check_character_set check_white_space check_links \
- check_name_lengths check_sorted \
- check_tables check_web check_zishrink check_tzs
+check: check_links check_name_lengths check_sorted \
+ check_tables check_zishrink check_tzs
check: check_character_set check_white_space check_links \
check_name_lengths check_slashed_abbrs check_sorted \
- check_tables check_web check_ziguard check_zishrink check_tzs
+ check_tables check_ziguard check_zishrink check_tzs
check_character_set: $(ENCHILADA)
test ! '$(UTF8_LOCALE)' || \

View file

@ -1,7 +1,7 @@
# Template file for 'tzutils'
pkgname=tzutils
version=2022a
revision=3
version=2022b
revision=1
bootstrap=yes
wrksrc="tzdb-${version}"
short_desc="Time zone and daylight-saving time utilities"
@ -9,7 +9,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="Public Domain"
homepage="https://www.iana.org/time-zones"
distfiles="https://www.iana.org/time-zones/repository/releases/tzdb-${version}.tar.lz"
checksum=46123b769c55190138cf64e80db605b86f710dc6ca2a15df431966e7fd6e8490
checksum=ac7e86da284b303244c457337ff5a4d17a4617a25777c87946668a1705f7b7ec
if [ "$CROSS_BUILD" ]; then
hostmakedepends="tzutils"