diff options
author | root <root@rshg054.dnsready.net> | 2013-09-11 01:51:01 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-11 01:51:01 -0700 |
commit | 2cfbbdcb041073ed1f9aff2f2fd630b24e039e6d (patch) | |
tree | dc3af95fb8134ce025aa4a516ab1a00adf0e1917 /extra/libchewing/PKGBUILD | |
parent | f5039428394b8715a685c006ab4c7421f45d0aff (diff) |
Wed Sep 11 01:49:28 PDT 2013
Diffstat (limited to 'extra/libchewing/PKGBUILD')
-rw-r--r-- | extra/libchewing/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/libchewing/PKGBUILD b/extra/libchewing/PKGBUILD index 0f773c96e..88295c3b1 100644 --- a/extra/libchewing/PKGBUILD +++ b/extra/libchewing/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 176851 2013-02-01 14:39:29Z bisson $ -# Contributor: damir <damir@archlinux.org> -# Contributor: whisky <archlinux.cle(at)gmail.com> +# $Id: PKGBUILD 194021 2013-09-10 06:55:01Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> +# Contributor: whisky <archlinux.cle(at)gmail.com> +# Contributor: damir <damir@archlinux.org> pkgname=libchewing -pkgver=0.3.4 +pkgver=0.3.5 pkgrel=1 -pkgdesc='Intelligent Zhuyin input method library for traditional Chinese' +pkgdesc='Intelligent Chinese phonetic input method' +url='http://chewing.im/' arch=('i686' 'x86_64') -url='http://chewing.csie.net/' license=('GPL') options=('!libtool') source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('631a613df00409b51adebb8b2dc33c5e6a006834') +sha1sums=('5ee3941f0f62fa14fbda53e1032970b04a7a88b7') build() { cd "${srcdir}/${pkgname}-${pkgver}" |