summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-01-13 09:59:34 +0200
committerNocifer2022-01-13 09:59:34 +0200
commit0f6b86e912598fe5b4dd7865731e2a1654e931b5 (patch)
treea99c2bdfc4b3d060d4fc4f4d79069ae436cda431
parent6104ca7bb34eeedb426dc458992f7d84ddd5308c (diff)
downloadaur-0f6b86e912598fe5b4dd7865731e2a1654e931b5.tar.gz
v=2.26.4610.102,r=1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84c4095aa00..8ef9c5ba9b8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.26.4596.102
+ pkgver = 2.26.4610.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = mozc
conflicts = mozc-ut2
conflicts = mozc-ut-united
conflicts = mozc-neologd-ut+ut2
- source = mozc-git::git+https://github.com/google/mozc.git#commit=3735608
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=c914d1d
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index 6883b8df35ec..705fce9e67cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='mozc'
-pkgver=2.26.4596.102
+pkgver=2.26.4610.102
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input'
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('Apache' 'BSD' 'LGPL' 'custom')
depends=('qt5-base')
makedepends=('bazel' 'git' 'pkgconf' 'python-six')
conflicts=('mozc-ut-common' 'mozc-ut' 'mozc-ut2' 'mozc-ut-united' 'mozc-neologd-ut+ut2')
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=3735608")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=c914d1d")
sha256sums=('SKIP')
prepare() {