Date: Friday, February 1, 2013 @ 15:38:47 Author: bisson Revision: 176850
upstream update Modified: libchewing/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-01 14:30:42 UTC (rev 176849) +++ PKGBUILD 2013-02-01 14:38:47 UTC (rev 176850) @@ -4,19 +4,19 @@ # Maintainer: Gaetan Bisson <[email protected]> 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 }
