From 32ca0b78e5d607c76ffb3a2265bea3ef14150fc9 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 22 Sep 2021 19:40:55 +0200 Subject: [PATCH] tzdata: enable for clangarm64 new dep for python --- mingw-w64-tzdata/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-tzdata/PKGBUILD b/mingw-w64-tzdata/PKGBUILD index 24fa22711a..b51b56c568 100644 --- a/mingw-w64-tzdata/PKGBUILD +++ b/mingw-w64-tzdata/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2021a pkgrel=1 pkgdesc="Sources for time zone and daylight saving time data (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://www.iana.org/time-zones" license=('custom: public domain') options=('!emptydirs')