summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2024-04-07 14:49:33 +0300
committerNocifer2024-04-07 14:49:33 +0300
commita067e78254f0a2e9d1ec50b76fe78eaeb0fa158a (patch)
tree8b3a892c2df6738083d5dd15789594e0506c9156
parent2c406ab44df763ed15a7e59eb39391ce7c2c2485 (diff)
downloadaur-a067e78254f0a2e9d1ec50b76fe78eaeb0fa158a.tar.gz
v=2.30.5432.102,r=1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d19d5f2f184f..c66e232cd9de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = fcitx5-mozc-ut
pkgdesc = Mozc module for Fcitx5
- pkgver = 2.29.5400.102
- pkgrel = 4
+ pkgver = 2.30.5432.102
+ pkgrel = 1
url = https://github.com/fcitx/mozc
arch = x86_64
- license = Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary
+ license = Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary
makedepends = bazel
makedepends = git
makedepends = python
makedepends = qt6-base
depends = fcitx5
- depends = mozc>=2.29.5400.102
+ depends = mozc>=2.30.5432.102
optdepends = fcitx5-configtool
- provides = fcitx5-mozc=2.29.5400.102
+ provides = fcitx5-mozc=2.30.5432.102
conflicts = fcitx5-mozc
options = !distcc
options = !ccache
- source = fcitx5-mozc-ut-git::git+https://github.com/fcitx/mozc.git#commit=05fa21362019671046a7bd7c366b21123a7d0bde
+ source = fcitx5-mozc-ut-git::git+https://github.com/fcitx/mozc.git#commit=7a69d0579e0e7749c9753a09812012c37400ecf3
sha256sums = SKIP
pkgname = fcitx5-mozc-ut
diff --git a/PKGBUILD b/PKGBUILD
index 9da5024c25c8..0f46522482c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='fcitx5-mozc-ut'
-pkgver=2.29.5400.102
-pkgrel=4
+pkgver=2.30.5432.102
+pkgrel=1
pkgdesc='Mozc module for Fcitx5'
arch=('x86_64')
url='https://github.com/fcitx/mozc'
-license=('Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary')
-depends=('fcitx5' 'mozc>=2.29.5400.102')
+license=('Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary')
+depends=('fcitx5' 'mozc>=2.30.5432.102')
makedepends=('bazel' 'git' 'python' 'qt6-base')
optdepends=('fcitx5-configtool')
-provides=('fcitx5-mozc=2.29.5400.102')
+provides=('fcitx5-mozc=2.30.5432.102')
conflicts=('fcitx5-mozc')
options=(!distcc !ccache)
-source=("${pkgname}-git::git+https://github.com/fcitx/mozc.git#commit=05fa21362019671046a7bd7c366b21123a7d0bde")
+source=("${pkgname}-git::git+https://github.com/fcitx/mozc.git#commit=7a69d0579e0e7749c9753a09812012c37400ecf3")
sha256sums=('SKIP')
prepare() {