diff options
author | root <root@rshg054.dnsready.net> | 2012-04-18 00:01:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-18 00:01:47 +0000 |
commit | 637c1cfdcd258a870ad5367cbf47a8a2799039c7 (patch) | |
tree | 04dabe84f2527ce4ef85b0905f186ebb93cacdb9 /extra/libthai | |
parent | 0fb510ac9b1defac6c3d54a68eccd7e18635b474 (diff) |
Wed Apr 18 00:01:47 UTC 2012
Diffstat (limited to 'extra/libthai')
-rw-r--r-- | extra/libthai/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libthai/PKGBUILD b/extra/libthai/PKGBUILD index f61136bb1..8b2db3e86 100644 --- a/extra/libthai/PKGBUILD +++ b/extra/libthai/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 142250 2011-11-07 09:20:43Z jgc $ +# $Id: PKGBUILD 156262 2012-04-16 13:46:17Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com> pkgname=libthai -pkgver=0.1.16 +pkgver=0.1.17 pkgrel=1 pkgdesc="Thai language support routines" url="http://linux.thai.net/projects/libthai" @@ -13,7 +13,7 @@ depends=('libdatrie') makedepends=('pkgconfig') options=('!libtool' '!emptydirs') source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('631ae09f531db6c94aedcc7ce226d6a5') +md5sums=('d94ddbf5e5a09a911c459f0a4ad1c041') build() { cd "${srcdir}/${pkgname}-${pkgver}" |