summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2023-08-22 09:29:23 +0300
committerNocifer2023-08-22 09:29:23 +0300
commit82348b002d368ba8d7361063d50846adf49b338e (patch)
treedb99e765c15c98edc7a7669ee6cd683c393f49da
parent8f788f4a0be3e6c6051726395bf9afb16c4e4a32 (diff)
downloadaur-82348b002d368ba8d7361063d50846adf49b338e.tar.gz
v=2.29.5200.102,r=1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ba21359459..01f6f3fee52f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.29.5160.102
+ pkgver = 2.29.5200.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = mozc
makedepends = bazel
makedepends = git
makedepends = python
- depends = qt5-base
+ depends = qt6-base
optdepends = fcitx5-mozc-ut: Fcitx5 integration
optdepends = fcitx-mozc-ut: Fcitx integration
optdepends = ibus-mozc: IBus integration
@@ -20,7 +20,7 @@ pkgbase = mozc
conflicts = mozc-ut
options = !distcc
options = !ccache
- source = mozc-git::git+https://github.com/google/mozc.git#commit=0cf3e926112300c61e632a9ab0915fcd6eaed003
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=89c70080d0102e8ed23cae6c05b535dedf506de4
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index d6c7304074b8..b00f63668cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='mozc'
-pkgver=2.29.5160.102
+pkgver=2.29.5200.102
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
url='https://github.com/google/mozc'
license=('Apache' 'GPL' 'LGPL' 'MIT' 'custom')
-depends=('qt5-base')
+depends=('qt6-base')
makedepends=('bazel' 'git' 'python')
optdepends=('fcitx5-mozc-ut: Fcitx5 integration'
'fcitx-mozc-ut: Fcitx integration'
@@ -18,7 +18,7 @@ optdepends=('fcitx5-mozc-ut: Fcitx5 integration'
'emacs-mozc: Emacs integration')
conflicts=('mozc-ut')
options=(!distcc !ccache)
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=0cf3e926112300c61e632a9ab0915fcd6eaed003")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=89c70080d0102e8ed23cae6c05b535dedf506de4")
sha256sums=('SKIP')
prepare() {