summaryrefslogtreecommitdiff
path: root/extra/libdatrie/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libdatrie/PKGBUILD')
-rw-r--r--extra/libdatrie/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libdatrie/PKGBUILD b/extra/libdatrie/PKGBUILD
index 21eca6bfb..b033bfd69 100644
--- a/extra/libdatrie/PKGBUILD
+++ b/extra/libdatrie/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 142248 2011-11-07 09:16:13Z jgc $
+# $Id: PKGBUILD 191328 2013-07-23 16:51:26Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com>
pkgname=libdatrie
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=1
pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
url="http://linux.thai.net/projects/datrie"
@@ -11,8 +11,8 @@ license=('LGPL')
arch=('i686' 'x86_64')
depends=('glibc')
options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c9b057d07198d66e1ac2eff32937d3d4')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e253eb2433045f6e224c7fa44f9796e1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"