summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Cheung2020-11-24 13:07:13 +0800
committerHoward Cheung2020-11-24 13:07:13 +0800
commit0dcb7029ba41fd37ea988cdc3019e7fe3565e3a4 (patch)
tree72284682f7f65fa9c8cbffcbe0fc182ff0ae6e13
parent26c243550cb7cc29a740759f7f4dbf53265aecec (diff)
downloadaur-0dcb7029ba41fd37ea988cdc3019e7fe3565e3a4.tar.gz
update to 20201120
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07792beac5db..5aca29a40c1e 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 = 20200720
+ pkgver = 20201120
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/20200720/zhwiki-20200720-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20201120/zhwiki-20201120-all-titles-in-ns0.gz
md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = 72411809b88dc5e1529e25fb1e702bbe
+ md5sums = a0c7707cc4f8d0aeddf5250878f25cef
pkgname = fcitx5-pinyin-zhwiki-rime
diff --git a/PKGBUILD b/PKGBUILD
index 0348720d288b..086f08414f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fcitx5-pinyin-zhwiki-rime
_reponame=fcitx5-pinyin-zhwiki
-pkgver=20200720
+pkgver=20201120
_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'
- '72411809b88dc5e1529e25fb1e702bbe')
+ 'a0c7707cc4f8d0aeddf5250878f25cef')
prepare() {
cd ${_reponame}-$_converterver