summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-03-05 23:44:01 +0200
committerNocifer2022-03-05 23:44:01 +0200
commit1ad713077ae9164f363af4b8e5bb1c37babf37f5 (patch)
tree14b55318819ab5e4b76b9d5fc960e4cf064e563d
parentc27d71b0bd0075690ae3a7e73d01e8268fcdb18c (diff)
downloadaur-1ad713077ae9164f363af4b8e5bb1c37babf37f5.tar.gz
v=2.26.4666.102.20220305,r=1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ddaeb85cc9d..e955a54d3acc 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.4656.102.20220216
+ pkgver = 2.26.4666.102.20220305
pkgrel = 1
url = https://github.com/google/mozc
arch = x86_64
@@ -16,12 +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.4656.102
+ provides = mozc=2.26.4666.102
conflicts = mozc
- replaces = mozc-ut-common
- source = mozc-ut-git::git+https://github.com/google/mozc.git#commit=0dcb977536385e18f88e29b3ae42b07fd5f5f433
- source = https://osdn.net/downloads/users/37/37724/mozcdic-ut-20220216.tar.bz2
+ 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
sha256sums = SKIP
- sha256sums = 0fbbc3b4e561fccb43cea85a1c030ce252a5bac5abb95695a26277a8b0efdbbd
+ sha256sums = cb8020142ecbbbe961b5821b055b920d673853599fe8aa1c063386249dec2e00
pkgname = mozc-ut
diff --git a/PKGBUILD b/PKGBUILD
index a286ac153a66..dd9fe164d942 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.4656.102.20220216
+pkgver=2.26.4666.102.20220305
pkgrel=1
pkgdesc='The Open Source edition of Google Japanese Input bundled with the UT dictionary'
arch=('x86_64')
@@ -18,13 +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.4656.102')
+provides=('mozc=2.26.4666.102')
conflicts=('mozc')
-replaces=('mozc-ut-common')
-source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=0dcb977536385e18f88e29b3ae42b07fd5f5f433"
- 'https://osdn.net/downloads/users/37/37724/mozcdic-ut-20220216.tar.bz2')
+source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=650e8de7e6280dce751e4a27ae6cda3827ea8a29"
+ 'https://osdn.net/downloads/users/37/37876/mozcdic-ut-20220305.tar.bz2')
sha256sums=('SKIP'
- '0fbbc3b4e561fccb43cea85a1c030ce252a5bac5abb95695a26277a8b0efdbbd')
+ 'cb8020142ecbbbe961b5821b055b920d673853599fe8aa1c063386249dec2e00')
prepare() {
cd ${pkgname}-git/src
@@ -38,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-20220216/mozcdic-ut-20220216.txt >> data/dictionary_oss/dictionary00.txt
+ cat ${srcdir}/mozcdic-ut-20220305/mozcdic-ut-20220305.txt >> data/dictionary_oss/dictionary00.txt
}
build() {
@@ -49,7 +48,7 @@ build() {
}
package() {
- install -Dm644 mozcdic-ut-20220216/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
+ install -Dm644 mozcdic-ut-20220305/LICENSE ${pkgdir}/usr/share/licenses/mozc/LICENSE_UT_DICTIONARY
cd ${pkgname}-git/src