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

Andreas Radke andyrtr at archlinux.org
Thu Oct 18 16:53:05 UTC 2018


    Date: Thursday, October 18, 2018 @ 16:53:04
  Author: andyrtr
Revision: 336841

upgpkg: tzdata 2018f-2

upstream update 2018f; build using internal zic command to not depend on itself - FS#60350; drop obsolet -y ./yearistype

Modified:
  tzdata/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-18 16:32:26 UTC (rev 336840)
+++ PKGBUILD	2018-10-18 16:53:04 UTC (rev 336841)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=tzdata
-pkgver=2018e
-_tzcode=2018e
-_tzdata=2018e
+pkgver=2018f
+_tzcode=2018f
+_tzdata=2018f
 pkgrel=2
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('x86_64')
@@ -13,9 +13,9 @@
 source=(https://www.iana.org/time-zones/repository/releases/tzcode${_tzcode}.tar.gz{,.asc}
         https://www.iana.org/time-zones/repository/releases/${pkgname}${_tzdata}.tar.gz{,.asc})
 # new signing key is not available via public keyservers
-sha512sums=('4a245cae2d0922b24539a94cf4a8ccc2bba1ee696e0aaefecb41c7c8d78724a7fcea6039909336177b8b26fec8fc47719e3e56ca9839dbaf52f9a4fec84d4717'
+sha512sums=('d4270918fbd8eb786e6f5cec9f06df6a850bbf1ec278f60ce493b6b7e10e2ad1388383edcd869f07bc78b9d99a123d6f54e74105cdd3d5cb6c98e11d3f043727'
             'SKIP'
-            'd059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae'
+            'f876729419d45e2b861e564ec7d5940f34fab38c3fedc18852bb800010428c12506f71bde1f20feb23859065118ad4658d97efe89af6f4305cea2beafc515aeb'
             'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert at cs.ucla.edu>
 
@@ -38,11 +38,11 @@
   make DESTDIR="${pkgdir}" install
 
   # install tzdata stuff
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]}
+  ./zic -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  ./zic -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  ./zic -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]}
   
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  ./zic -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
   
   # cleanup



More information about the arch-commits mailing list