aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-11-06 11:32:00 +0000
committerpsykose <alice@ayaya.dev>2022-11-06 12:32:18 +0100
commit50856c084f9821301a7c95fbccf7289f9a4ba199 (patch)
tree2e215b0a4e9fd80eefb3914cdc5739b8fe6cf77e
parent1e8f1342eb563f3b9e7c950e5f5c9e6ebcce62bb (diff)
main/tzdata: fix zdump
for #14331
-rw-r--r--main/tzdata/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/tzdata/APKBUILD b/main/tzdata/APKBUILD
index 159f93be4c8..d757063abb9 100644
--- a/main/tzdata/APKBUILD
+++ b/main/tzdata/APKBUILD
@@ -5,7 +5,7 @@ pkgname=tzdata
pkgver=2022f
_tzcodever=2022f
_ptzver=0.5
-pkgrel=0
+pkgrel=1
pkgdesc="Timezone data"
url="https://www.iana.org/time-zones"
arch="all"
@@ -16,7 +16,9 @@ source="https://www.iana.org/time-zones/repository/releases/tzcode$_tzcodever.ta
https://dev.alpinelinux.org/archive/posixtz/posixtz-$_ptzver.tar.xz
0001-posixtz-ensure-the-file-offset-we-pass-to-lseek-is-o.patch
- 0002-fix-implicit-declaration-warnings-by-including-strin.patch"
+ 0002-fix-implicit-declaration-warnings-by-including-strin.patch
+ $pkgname-fix-tzalloc.patch::https://github.com/eggert/tz/commit/a91830b783db3bb481930c67914d3c16b821f717.patch
+ "
builddir="$srcdir"
_timezones="africa antarctica asia australasia europe northamerica \
@@ -56,4 +58,5 @@ sha512sums="
68dbaab9f4aef166ac2f2d40b49366527b840bebe17a47599fe38345835e4adb8a767910745ece9c384b57af815a871243c3e261a29f41d71f8054df3061b3fd posixtz-0.5.tar.xz
0f2a10ee2bb4007f57b59123d1a0b8ef6accf99e568f21537f0bb19f290fff46e24050f55f12569d7787be600e1b62aa790ea85a333153f3ea081a812c81b1b5 0001-posixtz-ensure-the-file-offset-we-pass-to-lseek-is-o.patch
fb322ab7867517ba39265d56d3576cbcea107c205d524e87015c1819bbb7361f7322232ee3b86ea9b8df2886e7e06a6424e3ac83b2006be290a33856c7d40ac4 0002-fix-implicit-declaration-warnings-by-including-strin.patch
+642fb74699ca81abc5ec18633fa40c144a5b80665672e7ab6fa871847fb3c2d086be7e2e7ca8a1d3ec93b16384b1faad65efe9c65d8fdaf528777a34f1c16264 tzdata-fix-tzalloc.patch
"