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

Andreas Radke andyrtr at archlinux.org
Mon Apr 27 06:00:07 UTC 2020


    Date: Monday, April 27, 2020 @ 06:00:07
  Author: andyrtr
Revision: 381651

upgpkg: icu 67.1-1: upstream update 67.1

Modified:
  icu/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++----------------------
 1 file changed, 7 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-27 04:56:09 UTC (rev 381650)
+++ PKGBUILD	2020-04-27 06:00:07 UTC (rev 381651)
@@ -2,8 +2,8 @@
 # Contributor: Art Gramlich <art at gramlich-net.com>
 
 pkgname=icu
-pkgver=65.1
-pkgrel=3
+pkgver=67.1
+pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(x86_64)
 url="http://site.icu-project.org/home"
@@ -10,32 +10,17 @@
 license=('custom:icu')
 depends=('gcc-libs' 'sh')
 makedepends=('python')
-#makedepends=('clang')
 provides=(libicu{data,i18n,io,test,tu,uc}.so)
-# no https available
-source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc}
-        icu-65.1-initialized-buffer-uloc_getKeywordValue.patch::https://github.com/unicode-org/icu/commit/fab4c3c719.patch
-        icu-65.1-prevent-SEGV_MAPERR-in-append.patch::https://github.com/unicode-org/icu/commit/b7d08bc04a.patch)
-# https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt
-sha512sums=('8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139'
-            'SKIP'
-            '8898fe0fa9805304cd2fc02c00ab1131861836f4d11887f82450c2378666cb03bce0c5038d3f0bdcdd1c1cdee2a00a61ef85602ed0e0c74ad2e58578b1940123'
-            '580283cdd95fb7b8410cb3a6c0f47a6c8e53e0fdc9c213b04cd133ba4120381533ff2aef89ddab968150754bd9ca3a536d5c592c6881e625eb8ee6de8723de1b')
+source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc})
+# https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt - no checksum file for v67 release
+sha512sums=('4779f1ce1ca7976f6fad6768853ea8c540da54d11509e3b6cfd864a04b5f2db1c3d4b546387f91ad02fb90804525bc37d2543173f0d705d6ca11dc6f2b7640a8'
+            'SKIP')
 validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') #  "Steven R. Loomis (filfla-signing) <srloomis at us.ibm.com>" 
 validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. Loomis (ICU Project) <srl at icu-project.org>" 
 validpgpkeys+=('FFA9129A180D765B7A5BEA1C9B432B27D1BA20D7') # "Fredrik Roubert <fredrik at roubert.name>"
 validpgpkeys+=('E4098B78AFC94394F3F49AA903996C7C83F12F11') # "keybase.io/srl295 <srl295 at keybase.io>"
+validpgpkeys=('4569BBC09DA846FC91CBD21CE1BBA44593CF2AE0') # "Steven R. Loomis (codesign-qormi) <srloomis at us.ibm.com>"
 
-prepare() {
-  cd icu
-
-  # https://unicode-org.atlassian.net/browse/ICU-20884
-  patch -Np2 -i ../icu-65.1-initialized-buffer-uloc_getKeywordValue.patch
-
-  # https://github.com/unicode-org/icu/pull/971
-  patch -Np2 -i ../icu-65.1-prevent-SEGV_MAPERR-in-append.patch
-}
-
 build() {
   cd icu/source
   ./configure --prefix=/usr \



More information about the arch-commits mailing list