summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMASAKI Haruka2020-08-23 20:23:56 +0900
committerMASAKI Haruka2020-08-23 20:23:56 +0900
commit7c1a8ee13fbf52f65723ed502dc46396a57ef6e8 (patch)
tree45ece2a1b9e4ee5f604fc80bed9089452138c477
parent137e5fd0c79d7c1af777b37e7c631867c9ba94fc (diff)
downloadaur-7c1a8ee13fbf52f65723ed502dc46396a57ef6e8.tar.gz
Updato to upstream, delete editting make-dictionaries.sh
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbaa77d5605d..bf5d55917024 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mozc-ut-unified
- pkgver = 2.23.2815.102.20200718
+ pkgver = 2.23.2815.102.20200821
pkgrel = 1
url = https://osdn.net/users/utuhiro/pf/utuhiro/files/
arch = i686
@@ -27,7 +27,7 @@ pkgbase = mozc-ut-unified
source = https://salsa.debian.org/debian/mozc/-/raw/master/debian/patches/add_support_new_japanese_era.patch
source = https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-2.23.2815.102.1.patch
source = https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
- source = https://osdn.net/frs/chamber_redir.php?m=ymu&f=%2Fusers%2F26%2F26524%2Fmozcdic-ut-20200718.1.tar.bz2
+ source = https://osdn.net/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F26%2F26575%2Fmozcdic-ut-20200821.1.tar.bz2
sha1sums = 7e0a39ffd5ea68ecadb792fc521c16b5be1f25cb
sha1sums = d0c551031828ed9c07cc683762353a67b1a17627
sha1sums = c6f5aac79c7e98fbda96de251d8f0d0787344ca9
@@ -58,7 +58,7 @@ pkgname = fcitx-mozc-ut-unified
pkgdesc = Fcitx engine module for Mozc with NEologd UT dictionary and UT2 dictionary.
arch = i686
arch = x86_64
- depends = mozc-ut-unified=2.23.2815.102.20200718
+ depends = mozc-ut-unified=2.23.2815.102.20200821
depends = fcitx
conflicts = fcitx-mozc
conflicts = mozc
diff --git a/PKGBUILD b/PKGBUILD
index 6f9eb2f619d8..754c641c373c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _bldtype=Release
_mozcver=2.23.2815.102
_fcitxver=2.23.2815.102.1
-_utdicdate=20200718
+_utdicdate=20200821
pkgver=${_mozcver}.${_utdicdate}
pkgrel=1
@@ -28,7 +28,7 @@ source=(
https://salsa.debian.org/debian/mozc/-/raw/master/debian/patches/add_support_new_japanese_era.patch
https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitxver}.patch
https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
- 'https://osdn.net/frs/chamber_redir.php?m=ymu&f=%2Fusers%2F26%2F26524%2Fmozcdic-ut-20200718.1.tar.bz2'
+ 'https://osdn.net/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F26%2F26575%2Fmozcdic-ut-20200821.1.tar.bz2'
)
sha1sums=(
@@ -45,10 +45,6 @@ sha1sums=(
prepare() {
cd mozc-${_mozcver}+dfsg
-
- # Fix enabled dictionaries
- sed -i '/^#.*="true"/ s/^#//' ${srcdir}/mozcdic-ut-${_utdicdate}.${pkgrel}/src/make-dictionaries.sh
-
mkdir -p src/third_party
mv ${srcdir}/protobuf-3.5.2 src/third_party/protobuf
patch -Np1 -i ${srcdir}/usage_dict.txt.patch