Date: Thursday, April 7, 2011 @ 04:07:24
  Author: jgc
Revision: 118469

upgpkg: libthai 0.1.15-1
Update to 0.1.15

Modified:
  libthai/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-04-07 07:59:20 UTC (rev 118468)
+++ PKGBUILD    2011-04-07 08:07:24 UTC (rev 118469)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Jan de Groot <[email protected]>
 # Contributor: Chaiwat Suttipongsakul <[email protected]>
+
 pkgname=libthai
-pkgver=0.1.14
+pkgver=0.1.15
 pkgrel=1
 pkgdesc="Thai language support routines"
 url="http://linux.thai.net/projects/libthai";
@@ -12,11 +13,11 @@
 makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
 
source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('34f64b37ed8f8f49f4a18ae972e6f41e')
+md5sums=('3bc6d925eae36317aac8676be49a5741')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --disable-static
+  make
+  make DESTDIR="${pkgdir}" install
 }

Reply via email to