Date: Friday, March 5, 2010 @ 10:34:36 Author: jgc Revision: 71215 upgpkg: libdatrie 0.2.3-1 Update to 0.2.3
Modified: libdatrie/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-05 15:30:26 UTC (rev 71214) +++ PKGBUILD 2010-03-05 15:34:36 UTC (rev 71215) @@ -3,7 +3,7 @@ # Contributor: Chaiwat Suttipongsakul <[email protected]> pkgname=libdatrie -pkgver=0.2.2 +pkgver=0.2.3 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,7 +12,7 @@ depends=('glibc') options=('!libtool' '!emptydirs') source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz) -md5sums=('d1c93faf0c0d63e620c525c561940fdd') +md5sums=('c6814f4fe68aa8d41d1b7183ad78d319') build() { cd "${srcdir}/${pkgname}-${pkgver}"
