summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278f1509d3f0..455c881b6e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# 月 1月 25 11:43:45 UTC 2016
pkgbase = mozc
pkgdesc = A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)
- pkgver = 2.17.2240.102
+ pkgver = 2.17.2313.102
pkgrel = 1
url = http://code.google.com/p/mozc/
arch = i686
@@ -14,12 +16,12 @@ pkgbase = mozc
depends = qt4
depends = ibus>=1.4.1
depends = zinnia
- source = mozc::git+https://github.com/google/mozc.git#commit=95de40fa884d693172605e7283ec82233a908b29
- source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/x-ken-all-201511.zip
- source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/jigyosyo-201511.zip
+ source = mozc::git+https://github.com/google/mozc.git#commit=2628af6995dbbbb9ccdb52d1160db1dbd5ed3bae
+ source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/x-ken-all-201512.zip
+ source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/jigyosyo-201512.zip
sha1sums = SKIP
- sha1sums = 04e3f03d4933b20d865c887f7fa1d9dcc8a2bf1d
- sha1sums = 584df54e2a1419bec85ca5c70f2e0e585ee314b0
+ sha1sums = b07c667a82fd31c752a973c8bee06dab8178c3f0
+ sha1sums = 11636b6256f3382d11ac4df41db243acd33a44b3
pkgname = mozc
pkgdesc = A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)
@@ -39,6 +41,6 @@ pkgname = ibus-mozc
arch = i686
arch = x86_64
groups = mozc-im
- depends = mozc=2.17.2240.102
+ depends = mozc=2.17.2313.102
depends = ibus>=1.4.1
diff --git a/PKGBUILD b/PKGBUILD
index 3236f94f1da3..82bec440f40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,12 +28,12 @@ _bldtype=Release
#*************************************************************
_zipcoderel=201512
-_mozcrev=95de40fa884d693172605e7283ec82233a908b29
+_mozcrev=2628af6995dbbbb9ccdb52d1160db1dbd5ed3bae
pkgbase=mozc
pkgname=mozc
true && pkgname=('mozc')
-pkgver=2.17.2240.102
+pkgver=2.17.2313.102
pkgrel=1
arch=('i686' 'x86_64')
url="http://code.google.com/p/mozc/"
@@ -77,6 +77,9 @@ prepare() {
cd "${srcdir}/${pkgbase}/src/"
+ # Extract liccense part of mozc
+ head -n 29 server/mozc_server.cc > LICENSE
+
# Generate zip code dictionary seed
if [[ "$_zipcode" == "yes" ]]; then
msg "Generating zip code dict seed..."
@@ -87,9 +90,6 @@ prepare() {
msg "Done."
fi
- # Extract liccense part of mozc
- head -n 29 server/mozc_server.cc > LICENSE
-
}