summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-12-21 10:04:54 +0200
committerNocifer2022-12-21 10:04:54 +0200
commit523ed012d17ac5df1937870bba0eb5e8a97c829e (patch)
treef5ba9dcd0b81d02e3c4dcf26d27169da8341e6c3
parentb4ec0cf9b0ae676f46e1aa31330ab15a7703a90f (diff)
downloadaur-523ed012d17ac5df1937870bba0eb5e8a97c829e.tar.gz
v=2.28.4950.102.20221022,r=2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3956122805ee..f5541d4ba4dd 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.28.4950.102.20221022
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/mozc
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 636a8bdad423..49ac00858b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='mozc-ut'
pkgver=2.28.4950.102.20221022
-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'
@@ -33,6 +33,9 @@ prepare() {
# Append the UT dictionary
cat ${srcdir}/mozcdic-ut-20221022/mozcdic-ut-20221022.txt >> data/dictionary_oss/dictionary00.txt
+
+ # Temp fix for Bazel 6.0.0
+ sed -i -e 's|@bazel_tools//platforms|@platforms//os|' tools/cc_target_os/BUILD.bazel
}
build() {