summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-04-08 14:41:22 +0300
committerNocifer2022-04-08 14:41:22 +0300
commit7f895b78b4102ac8850675c419bda2137469c9e2 (patch)
treed7f3c7d75960cb827855fec37039b3b7c9bfcf78
parent1ad713077ae9164f363af4b8e5bb1c37babf37f5 (diff)
downloadaur-7f895b78b4102ac8850675c419bda2137469c9e2.tar.gz
v=2.26.4695.102.20220403,r=1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e955a54d3acc..a3aae0654013 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.26.4666.102.20220305
+ pkgver = 2.26.4695.102.20220403
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -16,11 +16,11 @@ pkgbase = mozc-ut
optdepends = fcitx-mozc-ut: Fcitx integration
optdepends = ibus-mozc: IBus integration
optdepends = emacs-mozc: Emacs integration
- provides = mozc=2.26.4666.102
+ provides = mozc=2.26.4695.102
conflicts = mozc
- source = mozc-ut-git::git+https://github.com/google/mozc.git#commit=650e8de7e6280dce751e4a27ae6cda3827ea8a29
- source = https://osdn.net/downloads/users/37/37876/mozcdic-ut-20220305.tar.bz2
+ source = mozc-ut-git::git+https://github.com/google/mozc.git#commit=120fce6efa66e7bfa8e725040c4e3b6b0de192b7
+ source = https://osdn.net/downloads/users/38/38182/mozcdic-ut-20220403.tar.bz2
sha256sums = SKIP
- sha256sums = cb8020142ecbbbe961b5821b055b920d673853599fe8aa1c063386249dec2e00
+ sha256sums = 091c867c5c8f759f3dff9ba46787e9e6539e9e7877e19c91b7be9f18c144d28e
pkgname = mozc-ut
diff --git a/PKGBUILD b/PKGBUILD
index dd9fe164d942..bdd5d7a99305 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.26.4666.102.20220305
+pkgver=2.26.4695.102.20220403
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input bundled with the UT dictionary'
arch=('x86_64')
@@ -18,12 +18,12 @@ optdepends=('fcitx5-mozc-ut: Fcitx5 integration'
'fcitx-mozc-ut: Fcitx integration'
'ibus-mozc: IBus integration'
'emacs-mozc: Emacs integration')
-provides=('mozc=2.26.4666.102')
+provides=('mozc=2.26.4695.102')
conflicts=('mozc')
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=650e8de7e6280dce751e4a27ae6cda3827ea8a29"
- 'https://osdn.net/downloads/users/37/37876/mozcdic-ut-20220305.tar.bz2')
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=120fce6efa66e7bfa8e725040c4e3b6b0de192b7"
+ 'https://osdn.net/downloads/users/38/38182/mozcdic-ut-20220403.tar.bz2')
sha256sums=('SKIP'
- 'cb8020142ecbbbe961b5821b055b920d673853599fe8aa1c063386249dec2e00')
+ '091c867c5c8f759f3dff9ba46787e9e6539e9e7877e19c91b7be9f18c144d28e')
prepare() {
cd ${pkgname}-git/src
@@ -37,7 +37,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-20220305/mozcdic-ut-20220305.txt >> data/dictionary_oss/dictionary00.txt
+ cat ${srcdir}/mozcdic-ut-20220403/mozcdic-ut-20220403.txt >> data/dictionary_oss/dictionary00.txt
}
build() {
@@ -48,7 +48,7 @@ build() {
}
package() {
- install -Dm644 mozcdic-ut-20220305/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
+ install -Dm644 mozcdic-ut-20220403/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
cd ${pkgname}-git/src