summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-01-31 14:28:01 +0200
committerNocifer2022-01-31 14:28:01 +0200
commit965259b412cc186c3936f9e38325480ae91c4204 (patch)
tree1b59a4ae2877f9fdb37cc185e8bf138c0519f166
parent0f6b86e912598fe5b4dd7865731e2a1654e931b5 (diff)
downloadaur-965259b412cc186c3936f9e38325480ae91c4204.tar.gz
v=2.26.4632.102,r=1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef9c5ba9b8b..c6c31cfbf13d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.26.4610.102
+ pkgver = 2.26.4632.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = mozc
conflicts = mozc-ut2
conflicts = mozc-ut-united
conflicts = mozc-neologd-ut+ut2
- source = mozc-git::git+https://github.com/google/mozc.git#commit=c914d1d
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=7329757e1ad30e327c1ae823a8302c79482d6b9c
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index 705fce9e67cd..87eff6e542b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='mozc'
-pkgver=2.26.4610.102
+pkgver=2.26.4632.102
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('Apache' 'BSD' 'LGPL' 'custom')
depends=('qt5-base')
makedepends=('bazel' 'git' 'pkgconf' 'python-six')
conflicts=('mozc-ut-common' 'mozc-ut' 'mozc-ut2' 'mozc-ut-united' 'mozc-neologd-ut+ut2')
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=c914d1d")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=7329757e1ad30e327c1ae823a8302c79482d6b9c")
sha256sums=('SKIP')
prepare() {
@@ -26,6 +26,9 @@ prepare() {
# Fix the Qt5 include path
sed -i -e 's/x86_64-linux-gnu\/qt5/qt/' config.bzl
+
+ # Temp fix for the Android NDK error
+ sed -i -e 's/android_ndk_repository(name = "androidndk")/#android_ndk_repository(name = "androidndk")/' WORKSPACE.bazel
}
build() {