summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-05-30 00:43:14 +0300
committerNocifer2022-05-30 00:43:14 +0300
commit85f74709679be0f6402bbbb429aecbc388422ba3 (patch)
tree9e5e4b6fcdca120c73e55fef3f328b2d5c8b376a
parent338f523d890ded1bb7c491f1c30b38bf34336f26 (diff)
downloadaur-85f74709679be0f6402bbbb429aecbc388422ba3.tar.gz
v=2.28.4740.102,r=1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6f8407e2d6..d81e0437965b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.28.4715.102
+ pkgver = 2.28.4740.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -17,7 +17,9 @@ pkgbase = mozc
optdepends = ibus-mozc: IBus integration
optdepends = emacs-mozc: Emacs integration
conflicts = mozc-ut
- source = mozc-git::git+https://github.com/google/mozc.git#commit=4c5d516fdff227039305eef3411f12bac9f02246
+ options = !distcc
+ options = !ccache
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=73f289987769fe1dd381bf436b5888a2a663e276
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index 1276f136feb9..9279ec727ff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='mozc'
-pkgver=2.28.4715.102
+pkgver=2.28.4740.102
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
@@ -17,7 +17,8 @@ optdepends=('fcitx5-mozc-ut: Fcitx5 integration'
'ibus-mozc: IBus integration'
'emacs-mozc: Emacs integration')
conflicts=('mozc-ut')
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=4c5d516fdff227039305eef3411f12bac9f02246")
+options=(!distcc !ccache)
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=73f289987769fe1dd381bf436b5888a2a663e276")
sha256sums=('SKIP')
prepare() {