[arch-commits] Commit in tzdata/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Tue Aug 31 18:38:21 UTC 2021


    Date: Tuesday, August 31, 2021 @ 18:38:21
  Author: andyrtr
Revision: 422778

upgpkg: tzdata 2021a-2: install leap-seconds.list to /usr/share/zoneinfo (Closes: FS#71812)

Modified:
  tzdata/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 17:51:56 UTC (rev 422777)
+++ PKGBUILD	2021-08-31 18:38:21 UTC (rev 422778)
@@ -4,7 +4,7 @@
 pkgver=2021a
 _tzcode=2021a
 _tzdata=2021a
-pkgrel=1
+pkgrel=2
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('x86_64')
 url="https://www.iana.org/time-zones"
@@ -41,7 +41,7 @@
   ./zic -b fat -d "${pkgdir}"/usr/share/zoneinfo/right -L leapseconds ${timezones[@]}
   # This creates the posixrules file. We use New York because POSIX requires the daylight savings time rules to be in accordance with US rules.   
   ./zic -b fat -d "${pkgdir}"/usr/share/zoneinfo -p America/New_York
-  install -m444 -t "${pkgdir}"/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab # zone.tab is depricated and will go soon
+  install -m444 -t "${pkgdir}"/usr/share/zoneinfo iso3166.tab leap-seconds.list zone1970.tab zone.tab # zone.tab is depricated and will go soon
   
   # cleanup
   rm "${pkgdir}/etc/localtime"



More information about the arch-commits mailing list