summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2023-05-10 16:08:50 +0300
committerNocifer2023-05-10 16:08:50 +0300
commit7b3391966ec4c6bc97ea66fead28fd4c679b6cf8 (patch)
treea7a16077d77e5008f4a6c85bceffef7d4a87b906
parent9d6b23559c1ee627f025fcaa2b9ab2dbc54921f5 (diff)
downloadaur-7b3391966ec4c6bc97ea66fead28fd4c679b6cf8.tar.gz
v=2.28.5085.102,r=1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de6a2f77bc4a..c238406992b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc
pkgdesc = The Open Source edition of Google Japanese Input
- pkgver = 2.28.5080.102
+ pkgver = 2.28.5085.102
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = mozc
conflicts = mozc-ut
options = !distcc
options = !ccache
- source = mozc-git::git+https://github.com/google/mozc.git#commit=7925e776f7964edb82846e54252bcedf82341d17
+ source = mozc-git::git+https://github.com/google/mozc.git#commit=4df261a9e81a813de20634617c8df6fdbbfeaa0e
sha256sums = SKIP
pkgname = mozc
diff --git a/PKGBUILD b/PKGBUILD
index e5871fc45c03..2dd0c9518b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname='mozc'
-pkgver=2.28.5080.102
+pkgver=2.28.5085.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=7925e776f7964edb82846e54252bcedf82341d17")
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=4df261a9e81a813de20634617c8df6fdbbfeaa0e")
sha256sums=('SKIP')
prepare() {
@@ -38,9 +38,9 @@ build() {
package() {
cd ${pkgname}-git/src
- install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE
- install -Dm644 data/installer/credits_en.html ${pkgdir}/usr/share/licenses/mozc/Submodules
+ install -Dm644 ../LICENSE "${pkgdir}"/usr/share/licenses/mozc/LICENSE
+ install -Dm644 data/installer/credits_en.html "${pkgdir}"/usr/share/licenses/mozc/Submodules
- install -Dm755 bazel-bin/server/mozc_server ${pkgdir}/usr/lib/mozc/mozc_server
- install -Dm755 bazel-bin/gui/tool/mozc_tool ${pkgdir}/usr/lib/mozc/mozc_tool
+ install -Dm755 bazel-bin/server/mozc_server "${pkgdir}"/usr/lib/mozc/mozc_server
+ install -Dm755 bazel-bin/gui/tool/mozc_tool "${pkgdir}"/usr/lib/mozc/mozc_tool
}