summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2020-10-05 02:42:38 +0800
committerFelix Yan2020-10-05 02:42:38 +0800
commit5b9e00cec072dd9051ffca7ea19673caf03a5915 (patch)
tree2823c0798a753a893de3100353b0be76941672f6
parentde30c1cc7d933eaa62ab6045dfdd7f5429bdda6f (diff)
downloadaur-5b9e00cec072dd9051ffca7ea19673caf03a5915.tar.gz
upgpkg: fcitx5-pinyin-zhwiki 20201001-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8518ea70e3c..efd0497c6e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
- pkgver = 20200920
+ pkgver = 20201001
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.1/fcitx5-pinyin-zhwiki-0.2.1.tar.gz
- source = https://dumps.wikimedia.org/zhwiki/20200920/zhwiki-20200920-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20201001/zhwiki-20201001-all-titles-in-ns0.gz
md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = c196dddfd4408bf68d06a54ca89c2989
+ md5sums = f3872c9349498c5f5f985cd7fdd06c11
pkgname = fcitx5-pinyin-zhwiki
diff --git a/PKGBUILD b/PKGBUILD
index 0894ebb0a862..f98bef647ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=fcitx5-pinyin-zhwiki
-pkgver=20200920
+pkgver=20201001
_converterver=0.2.1
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=('2d01f45a73b7c686fef5c44472a9572b'
- 'c196dddfd4408bf68d06a54ca89c2989')
+ 'f3872c9349498c5f5f985cd7fdd06c11')
prepare() {
cd $pkgname-$_converterver