summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Cheung2020-12-23 14:06:37 +0800
committerHoward Cheung2020-12-23 14:06:37 +0800
commitb6c3cc829eb561c45b5e4e7d358353e091dd0a0d (patch)
tree58b5de05a29600cf2bed4d820d90177a1ebfa09b
parent0dcb7029ba41fd37ea988cdc3019e7fe3565e3a4 (diff)
downloadaur-b6c3cc829eb561c45b5e4e7d358353e091dd0a0d.tar.gz
update to 20201220
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aca29a40c1e..bf31dcdc2c7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki-rime
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org for rime
- pkgver = 20201120
+ pkgver = 20201220
pkgrel = 1
url = https://github.com/felixonmars/fcitx5-pinyin-zhwiki
arch = any
@@ -10,9 +10,9 @@ pkgbase = fcitx5-pinyin-zhwiki-rime
makedepends = opencc
makedepends = pypinyin
source = https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.2.1/fcitx5-pinyin-zhwiki-rime-0.2.1.tar.gz
- source = https://dumps.wikimedia.org/zhwiki/20201120/zhwiki-20201120-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20201220/zhwiki-20201220-all-titles-in-ns0.gz
md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = a0c7707cc4f8d0aeddf5250878f25cef
+ md5sums = 1780f415701a75b7391f3b7ac290c006
pkgname = fcitx5-pinyin-zhwiki-rime
diff --git a/PKGBUILD b/PKGBUILD
index 086f08414f63..dc29cb768ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fcitx5-pinyin-zhwiki-rime
_reponame=fcitx5-pinyin-zhwiki
-pkgver=20201120
+pkgver=20201220
_converterver=0.2.1
pkgrel=1
pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org for rime"
@@ -14,7 +14,7 @@ makedepends=('libime' 'opencc' 'pypinyin')
source=("https://github.com/felixonmars/${_reponame}/archive/$_converterver/$pkgname-$_converterver.tar.gz"
"https://dumps.wikimedia.org/zhwiki/$pkgver/zhwiki-$pkgver-all-titles-in-ns0.gz")
md5sums=('2d01f45a73b7c686fef5c44472a9572b'
- 'a0c7707cc4f8d0aeddf5250878f25cef')
+ '1780f415701a75b7391f3b7ac290c006')
prepare() {
cd ${_reponame}-$_converterver