summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2024-01-24 13:33:39 +0200
committerNocifer2024-01-24 13:33:39 +0200
commit2f8befa61b90285124dbc2e6792e036430aeaea5 (patch)
tree4695a0cc291c2bd91a39f141a64015d352ebd2e5
parent5dd767247388d99376b39b31b1188190b4ce3d7d (diff)
downloadaur-2f8befa61b90285124dbc2e6792e036430aeaea5.tar.gz
v=2.29.5346.102,r=2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ebe3020fc33..a785036427ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
pkgver = 2.29.5346.102
- 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 LGPL-3.0-only AND MIT AND MS-PL AND NAIST-2003 AND Unicode-3.0
diff --git a/PKGBUILD b/PKGBUILD
index e4edb433a3eb..c095005cf9d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='mozc'
pkgver=2.29.5346.102
-pkgrel=1
+pkgrel=2
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
url='https://github.com/google/mozc'
@@ -31,6 +31,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
}