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

Jan de Groot jgc at archlinux.org
Sat Apr 11 19:27:14 UTC 2009


    Date: Saturday, April 11, 2009 @ 15:27:13
  Author: jgc
Revision: 35268

upgpkg: libdatrie 0.1.4-1

Modified:
  libdatrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-11 19:27:10 UTC (rev 35267)
+++ PKGBUILD	2009-04-11 19:27:13 UTC (rev 35268)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
 
 pkgname=libdatrie
-pkgver=0.1.2
+pkgver=0.1.4
 pkgrel=1
 pkgdesc="Libdatrie is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
 url="http://linux.thai.net/~thep/datrie/datrie.html"
@@ -12,11 +12,11 @@
 depends=('glibc')
 options=('!libtool' '!emptydirs')
 source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3eaedd5452149e11547a0dc74ee3fcfd')
+md5sums=('4f8d3338f7a9973bb8952a876096bc40')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list