summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-12-30 17:58:16 +0200
committerNocifer2022-12-30 17:58:16 +0200
commit2c760500d883ab7c557cc5161960c41abe38a622 (patch)
treef7af7a9d8151fffce1ba448c2a34cd4106a46c2b
parent8f32ec4fba13f2b8d59f4692afa27a59b8a4c396 (diff)
downloadaur-2c760500d883ab7c557cc5161960c41abe38a622.tar.gz
v=2.28.4960.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 f3d2c9e875dc..fbaf73d19b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.28.4950.102
- pkgrel = 2
+ pkgver = 2.28.4960.102
+ pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
license = Apache
@@ -19,7 +19,7 @@ pkgbase = mozc
conflicts = mozc-ut
options = !distcc
options = !ccache
- source = mozc-git::git+https://github.com/google/mozc.git#commit=db37db71b53c9accc9ad66d12ad8196b25c771b3
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=7ec82c9356dbd5e15736627cfef05ec0f2c9bb9b
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index d2126c9bbe0d..9f9ffa24a48f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='mozc'
-pkgver=2.28.4950.102
-pkgrel=2
+pkgver=2.28.4960.102
+pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
url='https://github.com/google/mozc'
@@ -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=db37db71b53c9accc9ad66d12ad8196b25c771b3")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=7ec82c9356dbd5e15736627cfef05ec0f2c9bb9b")
sha256sums=('SKIP')
prepare() {