Date: Sunday, March 7, 2021 @ 12:53:51 Author: arojas Revision: 885994
Update to 0.2.13 Modified: lib32-libdatrie/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-07 12:53:03 UTC (rev 885993) +++ PKGBUILD 2021-03-07 12:53:51 UTC (rev 885994) @@ -3,7 +3,7 @@ # Contributor: Chaiwat Suttipongsakul <[email protected]> pkgname=lib32-libdatrie -pkgver=0.2.12 +pkgver=0.2.13 pkgrel=1 pkgdesc='Implementation of double-array structure for representing trie, as proposed by Junichi Aoe.' url='https://linux.thai.net/projects/datrie' @@ -12,7 +12,7 @@ depends=('lib32-glibc' 'libdatrie') makedepends=('gcc-multilib') source=("https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${pkgver}.tar.xz") -sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149') +sha256sums=('12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be') build() { cd libdatrie-${pkgver}
