Date: Thursday, June 21, 2018 @ 09:02:27 Author: alucryd Revision: 344289
upgpkg: lib32-libdatrie 0.2.12-1 Modified: lib32-libdatrie/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-21 08:59:07 UTC (rev 344288) +++ PKGBUILD 2018-06-21 09:02:27 UTC (rev 344289) @@ -4,7 +4,7 @@ # Contributor: Chaiwat Suttipongsakul <[email protected]> pkgname=lib32-libdatrie -pkgver=0.2.10 +pkgver=0.2.12 pkgrel=1 pkgdesc='Implementation of double-array structure for representing trie, as proposed by Junichi Aoe.' url='https://linux.thai.net/projects/datrie' @@ -13,7 +13,7 @@ depends=('lib32-glibc' 'libdatrie') makedepends=('gcc-multilib') source=("https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${pkgver}.tar.xz") -sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b') +sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149') build() { cd libdatrie-${pkgver}
