summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-09-04 12:10:50 +0300
committerNocifer2022-09-04 12:10:50 +0300
commit4b087d6bc377f1674bc3bbf3570cfc1d6fe34666 (patch)
treef80e0a27c331ee49b9e0d50e8d56be8bc3e2f210
parentcc05d9b31f7e3eff859df4d726f0a59185251215 (diff)
downloadaur-4b087d6bc377f1674bc3bbf3570cfc1d6fe34666.tar.gz
v=2.28.4830.102,r=1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81a41c53d9a7..01947fd3a05b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.28.4800.102
+ pkgver = 2.28.4830.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = mozc
conflicts = mozc-ut
options = !distcc
options = !ccache
- source = mozc-git::git+https://github.com/google/mozc.git#commit=9dc923ab84f4f0369ba507848430c0bd42dbd01d
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=bf5e3ce232f3afd6c807d9c3d75d41fea08befc5
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index 57f09ae42a02..6f90975da2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='mozc'
-pkgver=2.28.4800.102
+pkgver=2.28.4830.102
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('fcitx5-mozc-ut: Fcitx5 integration'
'emacs-mozc: Emacs integration')
conflicts=('mozc-ut')
options=(!distcc !ccache)
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=9dc923ab84f4f0369ba507848430c0bd42dbd01d")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=bf5e3ce232f3afd6c807d9c3d75d41fea08befc5")
sha256sums=('SKIP')
prepare() {
@@ -30,6 +30,7 @@ prepare() {
build() {
cd ${pkgname}-git/src
+ unset ANDROID_NDK_HOME
export JAVA_HOME='/usr/lib/jvm/java-11-openjdk/'
bazel build server:mozc_server gui/tool:mozc_tool --config oss_linux --compilation_mode opt
}