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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 2 16:39:18 UTC 2010


    Date: Saturday, October 2, 2010 @ 12:39:18
  Author: andyrtr
Revision: 92974

upgpkg: icu 4.4.2-1
new version 4.4.2

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-02 14:12:05 UTC (rev 92973)
+++ PKGBUILD	2010-10-02 16:39:18 UTC (rev 92974)
@@ -3,7 +3,7 @@
 # Contributor: Art Gramlich <art at gramlich-net.com>
 
 pkgname=icu
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(i686 x86_64)
@@ -13,14 +13,19 @@
 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
 )
-md5sums=('b6bc0a1153540b2088f8b03e0ba625d3')
+md5sums=('314e582264c36b3735466c522899aa07')
 
+
 build() {
   cd ${srcdir}/icu/source
   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make || return 1
-  make -j1 DESTDIR=${pkgdir} install || return 1 
+  make
+}
 
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
   # Install license
   install -Dm644 ${srcdir}/icu/license.html ${pkgdir}/usr/share/licenses/icu/license.html
 }




More information about the arch-commits mailing list