mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tzutils: update to 2025a.
This commit is contained in:
parent
ab3c869b81
commit
4133562686
2 changed files with 13 additions and 14 deletions
|
@ -1,14 +1,13 @@
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -855,9 +855,9 @@ tzselect: tzselect.ksh version
|
@@ -857,8 +857,8 @@ tzselect: tzselect.ksh version
|
||||||
|
chmod +x $@.out
|
||||||
|
mv $@.out $@
|
||||||
|
|
||||||
check: check_back check_mild
|
-check: check_mild back.ck now.ck
|
||||||
check_mild: check_character_set check_white_space check_links \
|
-check_mild: check_web check_zishrink \
|
||||||
- check_name_lengths check_now \
|
+check: check_mild back.ck
|
||||||
+ check_name_lengths \
|
+check_mild: check_zishrink \
|
||||||
check_slashed_abbrs check_sorted \
|
character-set.ck white-space.ck links.ck mainguard.ck \
|
||||||
- check_tables check_web check_ziguard check_zishrink check_tzs
|
name-lengths.ck slashed-abbrs.ck sorted.ck \
|
||||||
+ check_tables check_ziguard check_zishrink check_tzs
|
tables.ck ziguard.ck tzs.ck
|
||||||
|
|
||||||
# True if UTF8_LOCALE does not work;
|
|
||||||
# otherwise, false but with LC_ALL set to $(UTF8_LOCALE).
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tzutils'
|
# Template file for 'tzutils'
|
||||||
pkgname=tzutils
|
pkgname=tzutils
|
||||||
version=2024a
|
version=2025a
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="Time zone and daylight-saving time utilities"
|
short_desc="Time zone and daylight-saving time utilities"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://www.iana.org/time-zones"
|
homepage="https://www.iana.org/time-zones"
|
||||||
distfiles="https://www.iana.org/time-zones/repository/releases/tzdb-${version}.tar.lz"
|
distfiles="https://www.iana.org/time-zones/repository/releases/tzdb-${version}.tar.lz"
|
||||||
checksum=511af6b467f40b1ec9ac3684d1701793af470f3e29ddfb97b82be438e8601a7a
|
checksum=86882399c58693976e0fd291994d2bd8520036c303f68836197a56fb135c2815
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="tzutils"
|
hostmakedepends="tzutils"
|
||||||
|
|
Loading…
Add table
Reference in a new issue