diff options
author | root <root@rshg054.dnsready.net> | 2013-04-02 00:05:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-02 00:05:43 -0700 |
commit | c9738c6a1d438f30dfa7363aa847343754f953ac (patch) | |
tree | 4922cc79f6695dbe35bdc4ce2c44a7a8d93cf053 /community/fcitx-mozc | |
parent | c623429f33c434cb1cb11974d9e71f48dd5a881f (diff) |
Tue Apr 2 00:05:43 PDT 2013
Diffstat (limited to 'community/fcitx-mozc')
-rw-r--r-- | community/fcitx-mozc/PKGBUILD | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index 5099cf551..11c3384b2 100644 --- a/community/fcitx-mozc/PKGBUILD +++ b/community/fcitx-mozc/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 85959 2013-03-10 09:27:14Z fyan $ +# $Id: PKGBUILD 87458 2013-04-01 05:08:23Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> ## Mozc compile option _bldtype=Release -_zipcoderel=201302 -_protobuf_ver=2.4.1 +_zipcoderel=201303 +_protobuf_ver=2.5.0 _pkgbase=mozc pkgname=fcitx-mozc pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)" -pkgver=1.6.1187.102 -_patchver=${pkgver}.3 -pkgrel=8 +pkgver=1.10.1390.102 +_patchver=${pkgver}.1 +pkgrel=1 arch=('i686' 'x86_64') url="http://code.google.com/p/mozc/" license=('custom') @@ -105,8 +105,8 @@ package() { install -m 644 data/images/unix/ui-tool.png "${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png" } -md5sums=('e5246d17a81d2e942e9e8de0c3240c95' - '0ce9bd1663e320dc63bd2afffc475ab9' - 'e2a4bdf2d1384b124492a175d35b7867' - 'ed436802019c9e1f40cc750eaf78f318' - '3c947ef02d9bf3341192ba22916f3605') +md5sums=('ff1611354703cbaa76cd562007ba57e9' + '63310f8bad30f528ba10a6574b807952' + 'bb9fa83c00dece4de5f92ca1773e2bc5' + 'a72001a9067a4c2c4e0e836d0f92ece4' + 'b3e15acd43b41cb5383508250707292b') |