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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Nov 9 19:16:20 UTC 2012


    Date: Friday, November 9, 2012 @ 14:16:19
  Author: andyrtr
Revision: 170689

upgpkg: icu 50.1-1

upstream update 50.1; run the test suite

Modified:
  icu/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-09 17:02:04 UTC (rev 170688)
+++ PKGBUILD	2012-11-09 19:16:19 UTC (rev 170689)
@@ -3,8 +3,8 @@
 # Contributor: Art Gramlich <art at gramlich-net.com>
 
 pkgname=icu
-pkgver=49.1.2
-pkgrel=2
+pkgver=50.1
+pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(i686 x86_64)
 url="http://www.icu-project.org/"
@@ -13,7 +13,7 @@
 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=('bbc609fe5237202d7abf016141012a45'
+md5sums=('cf7bf9e56aa6c2057a8b6f464046483e'
          'ebd5470fc969c75e52baf4af94a9ee82')
 
 build() {
@@ -26,6 +26,11 @@
   make
 }
 
+check() {
+  cd "$srcdir/icu/source"
+  make -k check # passes all
+}
+
 package() {
   cd ${srcdir}/icu/source
   make -j1 DESTDIR=${pkgdir} install




More information about the arch-commits mailing list