Date: Wednesday, August 18, 2010 @ 08:55:23 Author: jgc Revision: 87837
upgpkg: libdatrie 0.2.4-1 Update to 0.2.4 Modified: libdatrie/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-18 12:01:47 UTC (rev 87836) +++ PKGBUILD 2010-08-18 12:55:23 UTC (rev 87837) @@ -3,20 +3,20 @@ # Contributor: Chaiwat Suttipongsakul <[email protected]> pkgname=libdatrie -pkgver=0.2.3 +pkgver=0.2.4 pkgrel=1 -pkgdesc="Libdatrie is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe." +pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe." url="http://linux.thai.net/~thep/datrie/datrie.html" license=('LGPL') arch=('i686' 'x86_64') depends=('glibc') options=('!libtool' '!emptydirs') source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz) -md5sums=('c6814f4fe68aa8d41d1b7183ad78d319') +md5sums=('7f7d592114f98db9e4c7171c3f2befc5') 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 }
