summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d59eb3aa395..f6a3ea4c3240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#NOTE: The UT dictionary's project page: http://linuxplayers.g1.xrea.com/mozc-ut.html
pkgname='mozc-ut'
-pkgver=2.28.4740.102.20220525
+pkgver=2.28.4770.102.20220623
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input bundled with the UT dictionary'
arch=('x86_64')
@@ -18,13 +18,13 @@ optdepends=('fcitx5-mozc-ut: Fcitx5 integration'
'fcitx-mozc-ut: Fcitx integration'
'ibus-mozc: IBus integration'
'emacs-mozc: Emacs integration')
-provides=('mozc=2.28.4740.102')
+provides=('mozc=2.28.4770.102')
conflicts=('mozc')
options=(!distcc !ccache)
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=73f289987769fe1dd381bf436b5888a2a663e276"
- 'https://osdn.net/downloads/users/38/38454/mozcdic-ut-20220525.tar.bz2')
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=5e3542b98adb743553e672f34caee6d5d8021b85"
+ 'https://osdn.net/downloads/users/38/38572/mozcdic-ut-20220623.tar.bz2')
sha256sums=('SKIP'
- '0f80c73bd40fdb0ebf2211d975e77677778054743c93c8fb5e47715c17edbbbf')
+ 'a3ccae2fe60d669b28ceaa452abd7aec2b402b9740ffa9c7ceef195d9b922766')
prepare() {
cd ${pkgname}-git/src
@@ -38,7 +38,7 @@ prepare() {
sed -i -e 's/android_ndk_repository(name = "androidndk")/#android_ndk_repository(name = "androidndk")/' WORKSPACE.bazel
# Append the UT dictionary
- cat ${srcdir}/mozcdic-ut-20220525/mozcdic-ut-20220525.txt >> data/dictionary_oss/dictionary00.txt
+ cat ${srcdir}/mozcdic-ut-20220623/mozcdic-ut-20220623.txt >> data/dictionary_oss/dictionary00.txt
}
build() {
@@ -49,7 +49,7 @@ build() {
}
package() {
- install -Dm644 mozcdic-ut-20220525/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
+ install -Dm644 mozcdic-ut-20220623/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
cd ${pkgname}-git/src