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

Gaetan Bisson bisson at archlinux.org
Thu Sep 23 13:23:43 UTC 2010


    Date: Thursday, September 23, 2010 @ 09:23:43
  Author: bisson
Revision: 91155

upstream update

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-23 13:08:58 UTC (rev 91154)
+++ PKGBUILD	2010-09-23 13:23:43 UTC (rev 91155)
@@ -3,7 +3,7 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=gcin
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc='Traditional Chinese Input Method Server for X window system (XIM)'
 arch=('i686' 'x86_64')
@@ -17,19 +17,19 @@
         'fix_x86_64_libdir.patch'
         'fix_qt4_paths.patch')
 #options=('!makeflags')
-sha1sums=('6d3313c1784ef74c09c2ba68be81720450892604'
+sha1sums=('a72bece13c10b76fb12f067678b90018cad9d8dc'
           '60113b605bc509d660f03852be546ea757710f99'
           '1664ab0c760d2e769ee8a90c0879928b21fd7ae1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/fix_x86_64_libdir.patch" || return 1
-  patch -Np1 -i "${srcdir}/fix_qt4_paths.patch" || return 1
-  ./configure --prefix=/usr || return 1
-  make || return 1
+  patch -Np0 -i "${srcdir}/fix_x86_64_libdir.patch"
+  patch -Np1 -i "${srcdir}/fix_qt4_paths.patch"
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list