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

Gaëtan Bisson bisson at archlinux.org
Wed Feb 27 23:56:18 UTC 2019


    Date: Wednesday, February 27, 2019 @ 23:56:15
  Author: bisson
Revision: 346926

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-27 23:13:15 UTC (rev 346925)
+++ PKGBUILD	2019-02-27 23:56:15 UTC (rev 346926)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=iana-etc
-pkgver=20190219
+pkgver=20190221
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='https://www.iana.org/protocols'
@@ -12,10 +12,14 @@
 source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
         'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
         'LICENSE')
-sha256sums=('c712f1cba560872513d92803fbd5666d7de6de9e7ee3cfaf5094600e4af6ef27'
+sha256sums=('743173f0f4f028c3883140561223b5bc7790eecb64c6deddf905d2039fa49929'
             '4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
             'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
 pkgver() {
 	cd "${srcdir}"
 	awk -F"[<>]" '/updated/{print$3;nextfile}' * |



More information about the arch-commits mailing list