From 3a400862198abb44e0412ba3982aebcc4801934b Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 12 Aug 2022 07:53:36 +0200 Subject: [PATCH] tzcode: Update to 2022b patch refresh + sync PKGBUILD with arch --- tzcode/PKGBUILD | 10 +++++----- tzcode/tzcode-makefile.patch | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tzcode/PKGBUILD b/tzcode/PKGBUILD index 8de9a5cb..2bbe3a4c 100644 --- a/tzcode/PKGBUILD +++ b/tzcode/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=tzcode -pkgver=2022a +pkgver=2022b 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=('ef7fffd9f4f50f4f58328b35022a32a5a056b245c5cb3d6791dddb342f871664' +sha256sums=('f590eaf04a395245426c2be4fae71c143aea5cebc11088b7a0a5704461df397d' 'SKIP' - 'f8575e7e33be9ee265df2081092526b81c80abac3f4a04399ae9d4d91cdadac7' + 'bab20d943e59a3218435f48d868a4e552f18d6d7f3dd128660c5660c80b8a05f' 'SKIP' - '74067e523416f4406a04bb1111922c8a3c920412505dd0e0ec7eedfc83e77b26' + 'a118e7b535bd21d494b9f3837a13939a0c826c0c6859dd8702a5256b898ad51a' 'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749') validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert @@ -50,7 +50,7 @@ package() { ./zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${_timezones[@]} ./zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York - install -m644 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab SECURITY + install -m644 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab leap-seconds.list zone1970.tab zone.tab SECURITY install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } diff --git a/tzcode/tzcode-makefile.patch b/tzcode/tzcode-makefile.patch index ae125990..3c8c527d 100644 --- a/tzcode/tzcode-makefile.patch +++ b/tzcode/tzcode-makefile.patch @@ -4,7 +4,7 @@ # make zonenames # to get a list of the values you can use for LOCALTIME. --LOCALTIME= GMT +-LOCALTIME= Factory +LOCALTIME= Europe/Berlin # The POSIXRULES macro controls interpretation of nonstandard and obsolete