Merge pull request #3141 from lazka/tzcode-2022b
tzcode: Update to 2022b
This commit is contained in:
commit
af1d9dd234
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||||
|
|
||||||
pkgname=tzcode
|
pkgname=tzcode
|
||||||
pkgver=2022a
|
pkgver=2022b
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Sources for time zone and daylight saving time data"
|
pkgdesc="Sources for time zone and daylight saving time data"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -15,11 +15,11 @@ source=(
|
|||||||
https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}
|
https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}
|
||||||
tzcode-makefile.patch
|
tzcode-makefile.patch
|
||||||
tzcode-makefile-exe-extensions.patch)
|
tzcode-makefile-exe-extensions.patch)
|
||||||
sha256sums=('ef7fffd9f4f50f4f58328b35022a32a5a056b245c5cb3d6791dddb342f871664'
|
sha256sums=('f590eaf04a395245426c2be4fae71c143aea5cebc11088b7a0a5704461df397d'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f8575e7e33be9ee265df2081092526b81c80abac3f4a04399ae9d4d91cdadac7'
|
'bab20d943e59a3218435f48d868a4e552f18d6d7f3dd128660c5660c80b8a05f'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'74067e523416f4406a04bb1111922c8a3c920412505dd0e0ec7eedfc83e77b26'
|
'a118e7b535bd21d494b9f3837a13939a0c826c0c6859dd8702a5256b898ad51a'
|
||||||
'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749')
|
'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749')
|
||||||
validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert@cs.ucla.edu>
|
validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
@ -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/right -L leapseconds ${_timezones[@]}
|
||||||
|
|
||||||
./zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
|
./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
|
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
# make zonenames
|
# make zonenames
|
||||||
# to get a list of the values you can use for LOCALTIME.
|
# to get a list of the values you can use for LOCALTIME.
|
||||||
|
|
||||||
-LOCALTIME= GMT
|
-LOCALTIME= Factory
|
||||||
+LOCALTIME= Europe/Berlin
|
+LOCALTIME= Europe/Berlin
|
||||||
|
|
||||||
# The POSIXRULES macro controls interpretation of nonstandard and obsolete
|
# The POSIXRULES macro controls interpretation of nonstandard and obsolete
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user