From 05d3503427d4c69c6871e7b88695cb36c93f5c0a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 9 May 2022 07:40:35 +0200 Subject: [PATCH] tzcode: Update to 2022a --- tzcode/PKGBUILD | 8 ++++---- tzcode/tzcode-makefile.patch | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tzcode/PKGBUILD b/tzcode/PKGBUILD index 0cdf5ddd..8de9a5cb 100644 --- a/tzcode/PKGBUILD +++ b/tzcode/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=tzcode -pkgver=2021e +pkgver=2022a pkgrel=1 pkgdesc="Sources for time zone and daylight saving time data" arch=('i686' 'x86_64') @@ -15,11 +15,11 @@ source=( https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc} tzcode-makefile.patch tzcode-makefile-exe-extensions.patch) -sha256sums=('07ec42b737d0d3c6be9c337f8abb5f00554a0f9cc4fcf01a703d69403b6bb2b1' +sha256sums=('ef7fffd9f4f50f4f58328b35022a32a5a056b245c5cb3d6791dddb342f871664' 'SKIP' - '584666393a5424d13d27ec01183da17703273664742e049d4f62f62dab631775' + 'f8575e7e33be9ee265df2081092526b81c80abac3f4a04399ae9d4d91cdadac7' 'SKIP' - 'f5ba93ebce547b14c44e55f94986046af6ed1c8befad296e4846412d053c4470' + '74067e523416f4406a04bb1111922c8a3c920412505dd0e0ec7eedfc83e77b26' 'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749') validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert diff --git a/tzcode/tzcode-makefile.patch b/tzcode/tzcode-makefile.patch index 4c0c7c12..ae125990 100644 --- a/tzcode/tzcode-makefile.patch +++ b/tzcode/tzcode-makefile.patch @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2018-01-17 18:05:36.000000000 +0900 -+++ src/Makefile 2018-01-19 17:58:12.857248200 +0900 +--- src/Makefile.orig 2022-01-19 23:03:40.000000000 +0100 ++++ src/Makefile 2022-05-09 07:29:28.401456100 +0200 @@ -33,7 +33,7 @@ # make zonenames # to get a list of the values you can use for LOCALTIME. @@ -7,9 +7,9 @@ -LOCALTIME= GMT +LOCALTIME= Europe/Berlin - # If you want something other than Eastern United States time as a template - # for handling POSIX-style time zone environment variables, -@@ -101,7 +101,7 @@ + # The POSIXRULES macro controls interpretation of nonstandard and obsolete + # POSIX-like TZ settings like TZ='EET-2EEST' that lack DST transition rules. +@@ -111,7 +111,7 @@ ZDUMPDIR = $(BINDIR) # The "zic" command goes in: @@ -18,7 +18,7 @@ # Manual pages go in subdirectories of. . . MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man -@@ -345,7 +345,7 @@ +@@ -370,7 +370,7 @@ # January's first Monday when a "%V" format is used and January 1 # falls on a Friday, Saturday, or Sunday. @@ -27,16 +27,16 @@ # Linker flags. Default to $(LFLAGS) for backwards compatibility # to release 2012h and earlier. -@@ -375,7 +375,7 @@ - # Older 'mawk' versions, such as the 'mawk' in Ubuntu 16.04, might dump core; - # on Ubuntu you can work around this with - # AWK= gawk +@@ -403,7 +403,7 @@ + # Also, it is better (though not essential) if 'awk' supports UTF-8, + # and unfortunately mawk and busybox awk do not support UTF-8. + # Try AWK=gawk or AWK=nawk if your awk has the abovementioned problems. -AWK= awk +AWK= gawk # The full path name of a Posix-compliant shell, preferably one that supports # the Korn shell's 'select' statement as an extension. -@@ -469,7 +469,7 @@ +@@ -482,7 +482,7 @@ #MAKE= make