Date: Thursday, February 12, 2015 @ 13:00:53 Author: jgc Revision: 231329
upgpkg: libdatrie 0.2.8-1 Modified: libdatrie/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-12 11:30:59 UTC (rev 231328) +++ PKGBUILD 2015-02-12 12:00:53 UTC (rev 231329) @@ -3,7 +3,7 @@ # Contributor: Chaiwat Suttipongsakul <[email protected]> pkgname=libdatrie -pkgver=0.2.6 +pkgver=0.2.8 pkgrel=1 pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe." url="http://linux.thai.net/projects/datrie" @@ -12,7 +12,7 @@ depends=('glibc') options=('!emptydirs') source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz) -md5sums=('e253eb2433045f6e224c7fa44f9796e1') +md5sums=('fc25a7bf5ec7405e30ae1512a8e2226c') build() { cd "${srcdir}/${pkgname}-${pkgver}"
