diff options
author | Nocifer | 2022-07-03 10:03:38 +0300 |
---|---|---|
committer | Nocifer | 2022-07-03 10:03:38 +0300 |
commit | 6c84f7031a15847a7fdf8763e19ecdd19d2975cb (patch) | |
tree | c6390772e68b4b4776c92cfe9777046dfd07ed79 | |
parent | 85f74709679be0f6402bbbb429aecbc388422ba3 (diff) | |
download | aur-6c84f7031a15847a7fdf8763e19ecdd19d2975cb.tar.gz |
v=2.28.4770.102,r=1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = mozc pkgdesc = The Open Source edition of Google Japanese Input - pkgver = 2.28.4740.102 + pkgver = 2.28.4770.102 pkgrel = 1 url = https://github.com/google/mozc arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = mozc conflicts = mozc-ut options = !distcc options = !ccache - source = mozc-git::git+https://github.com/google/mozc.git#commit=73f289987769fe1dd381bf436b5888a2a663e276 + source = mozc-git::git+https://github.com/google/mozc.git#commit=5e3542b98adb743553e672f34caee6d5d8021b85 sha256sums = SKIP pkgname = mozc @@ -4,7 +4,7 @@ # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> pkgname='mozc' -pkgver=2.28.4740.102 +pkgver=2.28.4770.102 pkgrel=1 pkgdesc='The Open Source edition of Google Japanese Input' arch=('x86_64') @@ -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=73f289987769fe1dd381bf436b5888a2a663e276") +source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=5e3542b98adb743553e672f34caee6d5d8021b85") sha256sums=('SKIP') prepare() { |