[arch-commits] Commit in fcitx-mozc/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 27 14:21:17 UTC 2017


    Date: Thursday, April 27, 2017 @ 14:21:16
  Author: felixonmars
Revision: 226107

upgpkg: fcitx-mozc 2.20.2673.102-2

update zipcode

Modified:
  fcitx-mozc/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-27 14:18:02 UTC (rev 226106)
+++ PKGBUILD	2017-04-27 14:21:16 UTC (rev 226107)
@@ -10,7 +10,7 @@
 _japanese_usage_dictionary_rev=e5b3425575734c323e1d947009dd74709437b684
 _gyp_rev=920ee58c3d3109dea3cd37d88054014891a93db7
 _protobuf_rev=a428e42072765993ff674fda72863c9f1aa2d268
-_zipcode_rel=201611
+_zipcode_rel=201703
 
 _pkgbase=mozc
 pkgname=fcitx-mozc
@@ -17,7 +17,7 @@
 pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"
 pkgver=2.20.2673.102
 _fcitx_patchver=2.18.2612.102.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/google/mozc"
 license=('custom')
@@ -27,22 +27,26 @@
 conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
 source=(git+https://github.com/google/mozc.git#commit=${_mozc_rev}
         japanese_usage_dictionary::git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=${_japanese_usage_dictionary_rev}
-        git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev}
+        mozc-gyp::git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev}
         git+https://github.com/google/protobuf.git#commit=${_protobuf_rev}
         http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip
         http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip
-        http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch
-        http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
+        https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch{,.sig}
+        https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
 sha512sums=('SKIP'
             'SKIP'
             'SKIP'
             'SKIP'
-            'c48a4ac3237a367672009e67ccc34416cbbd5373f8ce7e47d28e5be85dddbb216d3eb27d2439cde4fdcf826df92ad13694e113761cb927def77944f14757aab1'
-            'a6c328ebf4805a38ed17f782d70179d37072a0d4c6dd50fef0aeefff0e073acd606a006c261c6a79d381038e3928533f76104362d5bd443d93794ecffe45d923'
+            'aecd93a99c460fbbb9790bdf9e024a313b62cf51a1fec23bc19da0f375ddaeec37fe3bdf5d44930d16da9d1ba0b3205a2da008c4be611165ae474c469d173176'
+            'e426652cfa1ab6360c00770a76d12089165ba66364aaf8b6dcd3b6bf9fc7b154ec490eea77476eefd7e1551cf84165a45f165bb6cfab4964a1bb682220e11e28'
             '725c464727f230707b90975705ef1565f1178f9144e66c5a688696a4ef520a6fec1d11f7aa68ee05f82aa9417060b1cccf49a155e30734871a525eaa4c76addb'
+            'SKIP'
             '5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 prepare() {
+  mv mozc-gyp gyp
+
   cd mozc/src
 
   # Apply fcitx patch



More information about the arch-commits mailing list