summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Cheung2021-01-30 23:48:46 +0800
committerHoward Cheung2021-01-30 23:48:46 +0800
commit2f5c5dfb6d448142d76158251ddfa78e98eda9ec (patch)
tree64bc5080b8f8394c50e1ff957a5afe8ce4624ec3
parentb6c3cc829eb561c45b5e4e7d358353e091dd0a0d (diff)
downloadaur-2f5c5dfb6d448142d76158251ddfa78e98eda9ec.tar.gz
update to 20210120
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf31dcdc2c7e..b4a0b8fbf51a 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 = 20201220
+ pkgver = 20210120
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/20201220/zhwiki-20201220-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20210120/zhwiki-20210120-all-titles-in-ns0.gz
md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = 1780f415701a75b7391f3b7ac290c006
+ md5sums = c926e305e2cc770aaeb720e935918a54
pkgname = fcitx5-pinyin-zhwiki-rime
diff --git a/PKGBUILD b/PKGBUILD
index dc29cb768ac6..57d7947803bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fcitx5-pinyin-zhwiki-rime
_reponame=fcitx5-pinyin-zhwiki
-pkgver=20201220
+pkgver=20210120
_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'
- '1780f415701a75b7391f3b7ac290c006')
+ 'c926e305e2cc770aaeb720e935918a54')
prepare() {
cd ${_reponame}-$_converterver