summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2024-01-24 13:37:56 +0200
committerNocifer2024-01-24 13:37:56 +0200
commit73f24970f933c62056d9b183d053a04a3f0ebcde (patch)
tree0e44bcb8d1ad2d60be7f3629076b45a090b68fc4
parent3f3581240b26531a95c933b024dc5ce253d70e77 (diff)
downloadaur-73f24970f933c62056d9b183d053a04a3f0ebcde.tar.gz
v=2.29.5346.102.20240122,r=2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9b309e67d73..8984367485f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozc-ut
pkgdesc = The Open Source edition of Google Japanese Input bundled with the UT dictionary
pkgver = 2.29.5346.102.20240122
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/mozc
arch = x86_64
license = Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-3.0-only AND MIT AND MS-PL AND NAIST-2003 AND Unicode-3.0
diff --git a/PKGBUILD b/PKGBUILD
index f010a7a1d276..05e0bf737a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ ENABLED_DICTIONARIES=(
pkgname='mozc-ut'
pkgver=2.29.5346.102.20240122
-pkgrel=1
+pkgrel=2
pkgdesc='The Open Source edition of Google Japanese Input bundled with the UT dictionary'
arch=('x86_64')
url='https://github.com/google/mozc'
@@ -94,6 +94,7 @@ build() {
cd ${pkgname}-git/src
unset ANDROID_NDK_HOME
+ unset ANDROID_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
}