summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 440535dcd94d..ddf34d4553b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-mozc
pkgdesc = Mozc module for Emacs
- pkgver = 2.28.4830.102
+ pkgver = 2.28.4880.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = emacs-mozc
makedepends = python
makedepends = qt5-base
depends = emacs
- depends = mozc>=2.28.4830.102
+ depends = mozc>=2.28.4880.102
options = !distcc
options = !ccache
- source = emacs-mozc-git::git+https://github.com/google/mozc.git#commit=bf5e3ce232f3afd6c807d9c3d75d41fea08befc5
+ source = emacs-mozc-git::git+https://github.com/google/mozc.git#commit=05ec1326a17121f4ddd42303fcdbb44010769266
sha256sums = SKIP
pkgname = emacs-mozc
diff --git a/PKGBUILD b/PKGBUILD
index fbe3a61fa245..41f75061430b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='emacs-mozc'
-pkgver=2.28.4830.102
+pkgver=2.28.4880.102
pkgrel=1
pkgdesc='Mozc module for Emacs'
arch=('x86_64')
url='https://github.com/google/mozc'
license=('Apache' 'BSD' 'LGPL' 'custom')
-depends=('emacs' 'mozc>=2.28.4830.102')
+depends=('emacs' 'mozc>=2.28.4880.102')
makedepends=('bazel' 'git' 'python' 'qt5-base')
options=(!distcc !ccache)
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=bf5e3ce232f3afd6c807d9c3d75d41fea08befc5")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=05ec1326a17121f4ddd42303fcdbb44010769266")
sha256sums=('SKIP')
prepare() {