summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNocifer2022-05-30 00:44:01 +0300
committerNocifer2022-05-30 00:44:01 +0300
commit28d3d450ab49afc0ee38c0e5682aa4edef130f46 (patch)
tree14e5221f9ab9ed16fe9106427f5ca64512f9c1a2 /PKGBUILD
parentf25d2569509f51e931381b8544597ce390d84d20 (diff)
downloadaur-28d3d450ab49afc0ee38c0e5682aa4edef130f46.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 73778fad8cad..761b2849c82e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,22 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='fcitx-mozc-ut'
-pkgver=2.28.4715.102
+pkgver=2.28.4740.102
pkgrel=1
pkgdesc='Mozc module for Fcitx'
arch=('x86_64')
url='https://github.com/fcitx/mozc'
license=('Apache' 'BSD' 'LGPL' 'custom')
-depends=('fcitx' 'mozc>=2.28.4715.102')
+depends=('fcitx' 'mozc>=2.28.4740.102')
makedepends=('bazel' 'git' 'python' 'qt5-base')
optdepends=('fcitx-configtool')
-provides=('fcitx-mozc=2.28.4715.102')
+provides=('fcitx-mozc=2.28.4740.102')
conflicts=('fcitx-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"
"fcitx.patch")
sha256sums=('SKIP'
- '320ab8743893f3d24fd17ecbdca3ae2f9dd454bdf4a966cbf49629a31eac9ad1')
+ '1607109bc0d98382dfa30ba4fe5909a4a7758e7c7cb95df97223202b5b8c3dbc')
prepare() {
cd ${pkgname}-git/src