summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-02-17 02:19:34 +0200
committerNocifer2022-02-17 02:19:34 +0200
commit88a2c9c5a475421923ca0904f6873dfe204c3609 (patch)
treef4bc8fa7bbad8b048c178c52914d7cfc4ffea35a
parent965259b412cc186c3936f9e38325480ae91c4204 (diff)
downloadaur-88a2c9c5a475421923ca0904f6873dfe204c3609.tar.gz
v=2.26.4646.102,r=1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6c31cfbf13d..8758fac6d684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.26.4632.102
+ pkgver = 2.26.4646.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -10,15 +10,12 @@ pkgbase = mozc
license = custom
makedepends = bazel
makedepends = git
- makedepends = pkgconf
- makedepends = python-six
+ makedepends = python
depends = qt5-base
conflicts = mozc-ut-common
conflicts = mozc-ut
- conflicts = mozc-ut2
conflicts = mozc-ut-united
- conflicts = mozc-neologd-ut+ut2
- source = mozc-git::git+https://github.com/google/mozc.git#commit=7329757e1ad30e327c1ae823a8302c79482d6b9c
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=cdb6ca32615805af5d2b7aa1dc5a9b300ae1b09f
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index 87eff6e542b4..6fdf999e70d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,17 @@
# Contributor: Felix Yan <felixonmars@gmail.com>
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
pkgname='mozc'
-pkgver=2.26.4632.102
+pkgver=2.26.4646.102
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
url='https://github.com/google/mozc'
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=7329757e1ad30e327c1ae823a8302c79482d6b9c")
+makedepends=('bazel' 'git' 'python')
+conflicts=('mozc-ut-common' 'mozc-ut' 'mozc-ut-united')
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=cdb6ca32615805af5d2b7aa1dc5a9b300ae1b09f")
sha256sums=('SKIP')
prepare() {
@@ -34,7 +33,7 @@ prepare() {
build() {
cd ${pkgname}-git/src
- env PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH" bazel build server:mozc_server gui/tool:mozc_tool --config oss_linux --compilation_mode opt
+ env PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH" bazel build server:mozc_server gui/tool:mozc_tool --config oss_linux --compilation_mode opt --copt=-fPIC
}
package() {