Date: Saturday, November 26, 2016 @ 11:40:16 Author: andyrtr Revision: 282025
upgpkg: icu 58.1-1 upstream update 58.1 Modified: icu/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-26 11:16:18 UTC (rev 282024) +++ PKGBUILD 2016-11-26 11:40:16 UTC (rev 282025) @@ -3,7 +3,7 @@ # Contributor: Art Gramlich <[email protected]> pkgname=icu -pkgver=57.1 +pkgver=58.1 pkgrel=1 pkgdesc="International Components for Unicode library" arch=(i686 x86_64) @@ -11,17 +11,20 @@ license=('custom:icu') depends=('gcc-libs>=4.7.1-5' 'sh') #makedepends=('clang') +# no https available source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz - http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz - icu.8198.revert.icu5431.patch) -md5sums=('976734806026a4ef8bdd17937c8898b9' - 'ebd5470fc969c75e52baf4af94a9ee82') + http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz) +# icu.8198.revert.icu5431.patch) +# upstream offers md5sum checks, only asc file for md5sum check +md5sums=('1901302aaff1c1633ef81862663d2917') +# 'ebd5470fc969c75e52baf4af94a9ee82') -prepare() { - cd icu/source - # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200 - patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch -} +# that file is no more present in current release, asume the bug to be fixed. +#prepare() { +# cd icu/source +# # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200 +# patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch +#} build() { cd icu/source
