summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2024-04-26 23:48:17 +0300
committerNocifer2024-04-26 23:48:17 +0300
commit8d37d03cd3a0c5a915d5448236ecf2a67a2602d9 (patch)
tree9cf40310fe60d11da6c21a47dd18046212b4d01f
parent79c1b0c6b3305e74cd4cb726da4aaa44c4db067e (diff)
downloadaur-emacs-mozc.tar.gz
v=2.30.5448.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 a3de3ca29c22..150ede9b4132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-mozc
pkgdesc = Mozc module for Emacs
- pkgver = 2.30.5432.102
+ pkgver = 2.30.5448.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = emacs-mozc
makedepends = python
makedepends = qt6-base
depends = emacs
- depends = mozc>=2.30.5432.102
+ depends = mozc>=2.30.5448.102
options = !distcc
options = !ccache
- source = emacs-mozc-git::git+https://github.com/google/mozc.git#commit=548e7c3e5a0bedbf98daf634732062f7e8e47b4b
+ source = emacs-mozc-git::git+https://github.com/google/mozc.git#commit=c50bd32a0931d558797d71cfc11091ee17c55ac1
sha256sums = SKIP
pkgname = emacs-mozc
diff --git a/PKGBUILD b/PKGBUILD
index f77a2a2608a9..6761927ec5a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='emacs-mozc'
-pkgver=2.30.5432.102
+pkgver=2.30.5448.102
pkgrel=1
pkgdesc='Mozc module for Emacs'
arch=('x86_64')
url='https://github.com/google/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=('emacs' 'mozc>=2.30.5432.102')
+depends=('emacs' 'mozc>=2.30.5448.102')
makedepends=('bazel' 'git' 'python' 'qt6-base')
options=(!distcc !ccache)
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=548e7c3e5a0bedbf98daf634732062f7e8e47b4b")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=c50bd32a0931d558797d71cfc11091ee17c55ac1")
sha256sums=('SKIP')
prepare() {