mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +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
|
||||
+++ 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_mild: check_character_set check_white_space check_links \
|
||||
- check_name_lengths check_now \
|
||||
+ 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
|
||||
|
||||
# True if UTF8_LOCALE does not work;
|
||||
# otherwise, false but with LC_ALL set to $(UTF8_LOCALE).
|
||||
-check: check_mild back.ck now.ck
|
||||
-check_mild: check_web check_zishrink \
|
||||
+check: check_mild back.ck
|
||||
+check_mild: check_zishrink \
|
||||
character-set.ck white-space.ck links.ck mainguard.ck \
|
||||
name-lengths.ck slashed-abbrs.ck sorted.ck \
|
||||
tables.ck ziguard.ck tzs.ck
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'tzutils'
|
||||
pkgname=tzutils
|
||||
version=2024a
|
||||
revision=2
|
||||
version=2025a
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
short_desc="Time zone and daylight-saving time utilities"
|
||||
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=511af6b467f40b1ec9ac3684d1701793af470f3e29ddfb97b82be438e8601a7a
|
||||
checksum=86882399c58693976e0fd291994d2bd8520036c303f68836197a56fb135c2815
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="tzutils"
|
||||
|
|
Loading…
Add table
Reference in a new issue