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

Antonio Rojas arojas at archlinux.org
Sat Feb 27 10:17:35 UTC 2021


    Date: Saturday, February 27, 2021 @ 10:17:35
  Author: arojas
Revision: 408892

Update to 0.2.13

Modified:
  libdatrie/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 10:16:17 UTC (rev 408891)
+++ PKGBUILD	2021-02-27 10:17:35 UTC (rev 408892)
@@ -2,8 +2,8 @@
 # Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
 
 pkgname=libdatrie
-pkgver=0.2.12
-pkgrel=2
+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"
 license=('LGPL')
@@ -11,8 +11,8 @@
 depends=('glibc')
 options=('!emptydirs')
 source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('b2243d583e25925200c134fad9f2fb50')
-sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149')
+md5sums=('e26b5aa008b5f3588ab38d2dce9e9325')
+sha256sums=('12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list