summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-04-30 10:35:04 +0300
committerNocifer2022-04-30 10:35:04 +0300
commit837073837b09ab17aa65ecfa33dce4e92c968693 (patch)
tree173b772e5677ef2139dd496f5759a1cf58f9412d
parent383fa17d8327d37cd3f33e95b202acdb411512c6 (diff)
downloadaur-837073837b09ab17aa65ecfa33dce4e92c968693.tar.gz
v=2.28.4715.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 c385233f83f3..b92f9e215d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-mozc
pkgdesc = Mozc module for Emacs
- pkgver = 2.26.4695.102
+ pkgver = 2.28.4715.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = emacs-mozc
makedepends = python
makedepends = qt5-base
depends = emacs
- depends = mozc>=2.26.4695.102
- source = emacs-mozc-git::git+https://github.com/google/mozc.git#commit=120fce6efa66e7bfa8e725040c4e3b6b0de192b7
+ depends = mozc>=2.28.4715.102
+ source = emacs-mozc-git::git+https://github.com/google/mozc.git#commit=4c5d516fdff227039305eef3411f12bac9f02246
sha256sums = SKIP
pkgname = emacs-mozc
diff --git a/PKGBUILD b/PKGBUILD
index f1e3486d0971..85472ba954ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='emacs-mozc'
-pkgver=2.26.4695.102
+pkgver=2.28.4715.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.26.4695.102')
+depends=('emacs' 'mozc>=2.28.4715.102')
makedepends=('bazel' 'git' 'python' 'qt5-base')
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=120fce6efa66e7bfa8e725040c4e3b6b0de192b7")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=4c5d516fdff227039305eef3411f12bac9f02246")
sha256sums=('SKIP')
prepare() {