diff options
author | root <root@rshg054.dnsready.net> | 2013-02-02 00:54:57 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-02 00:54:57 -0800 |
commit | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (patch) | |
tree | 2360fd091d34099cfbc4f747babe6280da5cb65c /extra/libchewing | |
parent | edd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda (diff) |
Sat Feb 2 00:54:57 PST 2013
Diffstat (limited to 'extra/libchewing')
-rw-r--r-- | extra/libchewing/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libchewing/PKGBUILD b/extra/libchewing/PKGBUILD index 2a4fbb70a..0f773c96e 100644 --- a/extra/libchewing/PKGBUILD +++ b/extra/libchewing/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 149033 2012-02-05 15:05:03Z bisson $ +# $Id: PKGBUILD 176851 2013-02-01 14:39:29Z bisson $ # Contributor: damir <damir@archlinux.org> # Contributor: whisky <archlinux.cle(at)gmail.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=libchewing -pkgver=0.3.3 -pkgrel=2 +pkgver=0.3.4 +pkgrel=1 pkgdesc='Intelligent Zhuyin input method library for traditional Chinese' arch=('i686' 'x86_64') url='http://chewing.csie.net/' license=('GPL') options=('!libtool') -source=("http://chewing.csie.net/download/libchewing/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('24ade7bbb0288f71588bb45831d7fc9d5137a4cb') +source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('631a613df00409b51adebb8b2dc33c5e6a006834') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-static=no + ./configure --prefix=/usr --disable-static make } |