🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: tzdata
pkgver: '2026a'
pkgrel: '1'
pkgdesc: 'The zoneinfo database or IANA Time Zone'
url: 'https://www.iana.org/time-zones'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
for tz in etcetera southamerica northamerica europe \
africa antarctica asia australasia backward; do
zic -L /dev/null -d ${PKGDIR}/usr/share/zoneinfo $tz
zic -L /dev/null -d ${PKGDIR}/usr/share/zoneinfo/posix $tz
zic -L leapseconds -d ${PKGDIR}/usr/share/zoneinfo/right $tz
done
cp -v zone.tab zone1970.tab iso3166.tab ${PKGDIR}/usr/share/zoneinfo
zic -d ${PKGDIR}/usr/share/zoneinfo -p America/New_York
package: |
true