summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNocifer2022-05-30 00:43:46 +0300
committerNocifer2022-05-30 00:43:46 +0300
commit85b64bda0cf04daf4a03af78e47b29b4c73d04be (patch)
treec138ce8d03233827d8d2ff311d139fd9051b050e /PKGBUILD
parent806ed85e0807809749c13351728aa16fef55d73a (diff)
downloadaur-85b64bda0cf04daf4a03af78e47b29b4c73d04be.tar.gz
v=2.28.4740.102,r=1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bd17d3c10f9..89f0a4a95218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,22 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='fcitx5-mozc-ut'
-pkgver=2.28.4715.102
+pkgver=2.28.4740.102
pkgrel=1
pkgdesc='Mozc module for Fcitx5'
arch=('x86_64')
url='https://github.com/fcitx/mozc'
license=('Apache' 'BSD' 'LGPL' 'custom')
-depends=('fcitx5' 'mozc>=2.28.4715.102')
+depends=('fcitx5' 'mozc>=2.28.4740.102')
makedepends=('bazel' 'git' 'python' 'qt5-base')
optdepends=('fcitx5-configtool')
-provides=('fcitx5-mozc=2.28.4715.102')
+provides=('fcitx5-mozc=2.28.4740.102')
conflicts=('fcitx5-mozc')
-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"
"fcitx5.patch")
sha256sums=('SKIP'
- '35e5958fbe001311deee4ef0d6d1efafb76ec8a2a18d9cb1e39b5257ea5ffc7d')
+ '6e02474ae4e5e453257edc04243ec23070efbf6015648e3c4fab44714d63e294')
prepare() {
cd ${pkgname}-git/src