diff options
author | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
commit | 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (patch) | |
tree | adc6bcfb43847a9615413defa99b7a0946d22565 /community/ibus-pinyin/PKGBUILD | |
parent | b8012183bbaae70ce4a714c618a967e85df9f521 (diff) |
Wed Jan 11 23:14:45 UTC 2012
Diffstat (limited to 'community/ibus-pinyin/PKGBUILD')
-rw-r--r-- | community/ibus-pinyin/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ibus-pinyin/PKGBUILD b/community/ibus-pinyin/PKGBUILD index c410dc245..132499abe 100644 --- a/community/ibus-pinyin/PKGBUILD +++ b/community/ibus-pinyin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56127 2011-10-02 07:12:20Z ebelanger $ +# $Id: PKGBUILD 61930 2012-01-11 03:50:39Z ebelanger $ # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.maRS<leemars at gmail.com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=ibus-pinyin -pkgver=1.3.99.20110706 +pkgver=1.4.0 pkgrel=1 pkgdesc='The PinYin Engine for IBus Input Framework.' arch=('i686' 'x86_64') @@ -15,8 +15,8 @@ makedepends=('intltool') install=ibus-pinyin.install source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" "http://ibus.googlecode.com/files/pinyin-database-1.2.99.tar.bz2") -md5sums=('0d9d5d78106c2d36c28a00b74aa9a6c3' - 'd0951b8daa7f56a2cbd3b6b4e42532e0') +sha1sums=('499ceb4d3bec5614f88322b8e7695c04586b63e9' + 'e38a148a772e9909facda66b2d579e17b94cccbe') build() { cd "${srcdir}/${pkgname}-${pkgver}" |