Date: Friday, February 1, 2013 @ 15:43:49 Author: bisson Revision: 176852
upstream update Modified: scim-chewing/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-01 14:39:29 UTC (rev 176851) +++ PKGBUILD 2013-02-01 14:43:49 UTC (rev 176852) @@ -4,8 +4,8 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=scim-chewing -pkgver=0.3.4 -pkgrel=3 +pkgver=0.3.5 +pkgrel=1 pkgdesc='Traditional Chinese input method module for SCIM' url='http://chewing.csie.net/' license=('GPL') @@ -13,8 +13,8 @@ arch=('i686' 'x86_64') makedepends=('intltool') depends=('scim' 'libchewing') -source=("http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05') +source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('f26ced990f0c9e5d43e271cd6e77583de81a008d') build() { cd "${srcdir}/${pkgname}-${pkgver}"
