summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2024-04-07 14:48:23 +0300
committerNocifer2024-04-07 14:48:23 +0300
commitfcae900e2962313a3ceaf65f569c59ca4dd98e18 (patch)
treec52f4b6d5afb5f2a0c018cfdffd879b3c65fca8f
parent6f9e86453cacd06b1c470b01fdc5d028220ff5c4 (diff)
downloadaur-fcae900e2962313a3ceaf65f569c59ca4dd98e18.tar.gz
v=2.30.5432.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 8f909be0e856..37ff5b17d996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.29.5400.102
- pkgrel = 2
+ pkgver = 2.30.5432.102
+ pkgrel = 1
url = https://github.com/google/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
@@ -15,7 +15,7 @@ pkgbase = mozc
conflicts = mozc-ut
options = !distcc
options = !ccache
- source = mozc-git::git+https://github.com/google/mozc.git#commit=e87c83febda07ffd93fcbfc4ea67562f40423005
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=548e7c3e5a0bedbf98daf634732062f7e8e47b4b
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index c2ad36e4427f..9129d05835d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='mozc'
-pkgver=2.29.5400.102
-pkgrel=2
+pkgver=2.30.5432.102
+pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
url='https://github.com/google/mozc'
@@ -17,7 +17,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=e87c83febda07ffd93fcbfc4ea67562f40423005")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=548e7c3e5a0bedbf98daf634732062f7e8e47b4b")
sha256sums=('SKIP')
prepare() {