summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2021-01-24 03:54:56 +0800
committerFelix Yan2021-01-24 03:54:56 +0800
commitc4df53cb1c77f7a40036cda87e3553cc8b653228 (patch)
treef791bf02a15c856479c3beaf4435213605e76176
parenta5e824b8a2ec05ee961fa7607de44553f70339cc (diff)
downloadaur-c4df53cb1c77f7a40036cda87e3553cc8b653228.tar.gz
upgpkg: fcitx5-pinyin-zhwiki 20210120-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25230b1f3873..aeeb15567350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
- pkgver = 20210101
+ pkgver = 20210120
pkgrel = 1
url = https://github.com/felixonmars/fcitx5-pinyin-zhwiki
arch = any
@@ -10,9 +10,9 @@ pkgbase = fcitx5-pinyin-zhwiki
makedepends = opencc
makedepends = pypinyin
source = https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.2.2/fcitx5-pinyin-zhwiki-0.2.2.tar.gz
- source = https://dumps.wikimedia.org/zhwiki/20210101/zhwiki-20210101-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20210120/zhwiki-20210120-all-titles-in-ns0.gz
md5sums = 6e1ef1cd0279b7b16470e4673b171638
- md5sums = b70ee3d141d3426b8e3abb8c272f7958
+ md5sums = c926e305e2cc770aaeb720e935918a54
pkgname = fcitx5-pinyin-zhwiki
diff --git a/PKGBUILD b/PKGBUILD
index 04cdd706e3aa..7afe6cb4c42d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=fcitx5-pinyin-zhwiki
-pkgver=20210101
+pkgver=20210120
_converterver=0.2.2
pkgrel=1
pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
@@ -12,7 +12,7 @@ makedepends=('libime' 'opencc' 'pypinyin')
source=("https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/$_converterver/$pkgname-$_converterver.tar.gz"
https://dumps.wikimedia.org/zhwiki/$pkgver/zhwiki-$pkgver-all-titles-in-ns0.gz)
md5sums=('6e1ef1cd0279b7b16470e4673b171638'
- 'b70ee3d141d3426b8e3abb8c272f7958')
+ 'c926e305e2cc770aaeb720e935918a54')
prepare() {
cd $pkgname-$_converterver