summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-07-03 10:03:52 +0300
committerNocifer2022-07-03 10:03:52 +0300
commitcd7cf805b2856b9566feab7a6679661909824021 (patch)
tree74d176b3b7e89b5c4836fbc7793fec39648b07a6
parent852097f7ba0e74a3119b45a464bcb8fc32583652 (diff)
downloadaur-cd7cf805b2856b9566feab7a6679661909824021.tar.gz
v=2.28.4770.102.20220623,r=1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28d8fea4fef7..0efee3414b60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc-ut
pkgdesc = The Open Source edition of Google Japanese Input bundled with the UT dictionary
- pkgver = 2.28.4740.102.20220525
+ pkgver = 2.28.4770.102.20220623
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -16,13 +16,13 @@ pkgbase = mozc-ut
optdepends = fcitx-mozc-ut: Fcitx integration
optdepends = ibus-mozc: IBus integration
optdepends = emacs-mozc: Emacs integration
- provides = mozc=2.28.4740.102
+ provides = mozc=2.28.4770.102
conflicts = mozc
options = !distcc
options = !ccache
- source = mozc-ut-git::git+https://github.com/google/mozc.git#commit=73f289987769fe1dd381bf436b5888a2a663e276
- source = https://osdn.net/downloads/users/38/38454/mozcdic-ut-20220525.tar.bz2
+ source = mozc-ut-git::git+https://github.com/google/mozc.git#commit=5e3542b98adb743553e672f34caee6d5d8021b85
+ source = https://osdn.net/downloads/users/38/38572/mozcdic-ut-20220623.tar.bz2
sha256sums = SKIP
- sha256sums = 0f80c73bd40fdb0ebf2211d975e77677778054743c93c8fb5e47715c17edbbbf
+ sha256sums = a3ccae2fe60d669b28ceaa452abd7aec2b402b9740ffa9c7ceef195d9b922766
pkgname = mozc-ut
diff --git a/PKGBUILD b/PKGBUILD
index 0d59eb3aa395..f6a3ea4c3240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#NOTE: The UT dictionary's project page: http://linuxplayers.g1.xrea.com/mozc-ut.html
pkgname='mozc-ut'
-pkgver=2.28.4740.102.20220525
+pkgver=2.28.4770.102.20220623
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input bundled with the UT dictionary'
arch=('x86_64')
@@ -18,13 +18,13 @@ optdepends=('fcitx5-mozc-ut: Fcitx5 integration'
'fcitx-mozc-ut: Fcitx integration'
'ibus-mozc: IBus integration'
'emacs-mozc: Emacs integration')
-provides=('mozc=2.28.4740.102')
+provides=('mozc=2.28.4770.102')
conflicts=('mozc')
options=(!distcc !ccache)
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=73f289987769fe1dd381bf436b5888a2a663e276"
- 'https://osdn.net/downloads/users/38/38454/mozcdic-ut-20220525.tar.bz2')
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=5e3542b98adb743553e672f34caee6d5d8021b85"
+ 'https://osdn.net/downloads/users/38/38572/mozcdic-ut-20220623.tar.bz2')
sha256sums=('SKIP'
- '0f80c73bd40fdb0ebf2211d975e77677778054743c93c8fb5e47715c17edbbbf')
+ 'a3ccae2fe60d669b28ceaa452abd7aec2b402b9740ffa9c7ceef195d9b922766')
prepare() {
cd ${pkgname}-git/src
@@ -38,7 +38,7 @@ prepare() {
sed -i -e 's/android_ndk_repository(name = "androidndk")/#android_ndk_repository(name = "androidndk")/' WORKSPACE.bazel
# Append the UT dictionary
- cat ${srcdir}/mozcdic-ut-20220525/mozcdic-ut-20220525.txt >> data/dictionary_oss/dictionary00.txt
+ cat ${srcdir}/mozcdic-ut-20220623/mozcdic-ut-20220623.txt >> data/dictionary_oss/dictionary00.txt
}
build() {
@@ -49,7 +49,7 @@ build() {
}
package() {
- install -Dm644 mozcdic-ut-20220525/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
+ install -Dm644 mozcdic-ut-20220623/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
cd ${pkgname}-git/src