summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorponsfoot2016-10-17 21:53:49 +0900
committerponsfoot2016-10-17 21:53:49 +0900
commitf960e590a563cc97ae88fd7a05c75aac2bf03c4c (patch)
tree8dea46c48b90b1fe5e2080cec51740153be6a928
parentdb32b133ebc162ad0c1fb0bbe3e2f8ef98297771 (diff)
downloadaur-f960e590a563cc97ae88fd7a05c75aac2bf03c4c.tar.gz
utdic: upstream update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
-rwxr-xr-xmod-generate-dictionary.sh2
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1109d24a47b..d3ede580d099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# 日 10月 16 13:47:54 UTC 2016
+# 月 10月 17 12:53:49 UTC 2016
pkgbase = mozc-ut2
pkgdesc = Mozc the Japanese Input Method with Mozc UT2 Dictionary (additional dictionary) and uim-mozc (optional)
- pkgver = 2.18.2612.102.20161013
+ pkgver = 2.18.2612.102.20161017
pkgrel = 1
url = http://www.geocities.jp/ep3797/mozc-ut2.html
arch = i686
@@ -21,20 +21,20 @@ pkgbase = mozc-ut2
depends = qt4
depends = zinnia
source = mozc::git+https://github.com/google/mozc.git#commit=2315f957d1785130c2ed196e141a330b0857b065
- source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/mozcdic-ut2-20161013.tar.bz2
- source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/edict-20161013.gz
+ source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/mozcdic-ut2-20161017.tar.bz2
+ source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/edict2-20161017.gz
source = EDICT_license.html
source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/ken_all-201609.zip
source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/jigyosyo-201609.zip
source = mod-generate-dictionary.sh
source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/uim-mozc-321.3ea28b1.tar.xz
sha1sums = SKIP
- sha1sums = 75efebc621fe57a5bc490b7faa1f5c556bfd7b07
- sha1sums = 478eb5f982656ff80d45e123c16d88a2b9e110b3
+ sha1sums = 582971f92af75c86b056ca3507cae125ea060217
+ sha1sums = 0ba7df55dfd05d43694c6de82c5b215e023f9024
sha1sums = e0ba18e67c1be8e3cfb8ecb30760597b215da255
sha1sums = c8085904b2326363667831131c0921b004a66bad
sha1sums = 3d012569963b9359d2d267216f78c1a07a395065
- sha1sums = 083a175815080500fc480d9d8af2ee1e39f528f1
+ sha1sums = d4cabe4be5ae956e81d0c7e2023070d622e512cf
sha1sums = 22b7c2a5b0a7fef778ee72ebe5873a75e879d26b
pkgname = mozc-ut2
diff --git a/PKGBUILD b/PKGBUILD
index b2e8b5d26b71..5122ae6eaa2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,14 +72,14 @@ _bldtype=Release
#_bldtype=Debug
_mozcrev=2315f957d1785130c2ed196e141a330b0857b065
-_utdicver=20161013
+_utdicver=20161017
_zipcoderel=201609
_uimmozcrev=321.3ea28b1
pkgbase=mozc-ut2
pkgname=mozc-ut2
true && pkgname=('mozc-ut2')
-pkgver=2.18.2612.102.20161013
+pkgver=2.18.2612.102.20161017
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.geocities.jp/ep3797/mozc-ut2.html"
@@ -88,19 +88,19 @@ makedepends=('python2' 'ruby' 'git' 'ninja' 'clang')
source=(
mozc::git+https://github.com/google/mozc.git#commit=${_mozcrev}
http://downloads.sourceforge.net/project/pnsft-aur/mozc/mozcdic-ut2-${_utdicver}.tar.bz2
- http://downloads.sourceforge.net/project/pnsft-aur/mozc/edict-${_utdicver}.gz
+ http://downloads.sourceforge.net/project/pnsft-aur/mozc/edict2-${_utdicver}.gz
EDICT_license.html
http://downloads.sourceforge.net/project/pnsft-aur/mozc/ken_all-${_zipcoderel}.zip
http://downloads.sourceforge.net/project/pnsft-aur/mozc/jigyosyo-${_zipcoderel}.zip
mod-generate-dictionary.sh
)
sha1sums=('SKIP'
- '75efebc621fe57a5bc490b7faa1f5c556bfd7b07'
- '478eb5f982656ff80d45e123c16d88a2b9e110b3'
+ '582971f92af75c86b056ca3507cae125ea060217'
+ '0ba7df55dfd05d43694c6de82c5b215e023f9024'
'e0ba18e67c1be8e3cfb8ecb30760597b215da255'
'c8085904b2326363667831131c0921b004a66bad'
'3d012569963b9359d2d267216f78c1a07a395065'
- '083a175815080500fc480d9d8af2ee1e39f528f1')
+ 'd4cabe4be5ae956e81d0c7e2023070d622e512cf')
if [[ "$_ibus_mozc" == "yes" ]]; then
diff --git a/mod-generate-dictionary.sh b/mod-generate-dictionary.sh
index fce54ba4205f..cd131ce42f42 100755
--- a/mod-generate-dictionary.sh
+++ b/mod-generate-dictionary.sh
@@ -26,7 +26,7 @@ sed -i \
generate-dictionary.sh
sed -i \
- -e '5,6s/^/#/ig' \
+ -e '/rm edict.*/,/gzip -dk edict.*/s/^/#/ig' \
edict-katakana-english/generate-dictionary.sh
#sed -i '71s/s\[5\]/& != "" and &/' chimei/get-entries.rb