summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2020-06-26 17:07:24 +0800
committerFelix Yan2020-06-26 17:07:24 +0800
commitef24cb83e567ca30ced9e13ced8e498994c73163 (patch)
tree1ea5e46fdac5fe2c4e74c4c852630da270289847
parentb9f406cb6566012d3a43933263e829675410ad7d (diff)
downloadaur-ef24cb83e567ca30ced9e13ced8e498994c73163.tar.gz
upgpkg: fcitx5-pinyin-zhwiki 20200620-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba58ad8a1a20..7ed8cbb9d0ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
- pkgver = 20200601
+ pkgver = 20200620
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/20200601/zhwiki-20200601-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20200620/zhwiki-20200620-all-titles-in-ns0.gz
md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = 223f9ddca5e26714ae2777399637aeac
+ md5sums = 850f75a5a3a80a4dd58c83c715d80500
pkgname = fcitx5-pinyin-zhwiki
diff --git a/PKGBUILD b/PKGBUILD
index 9f960d359651..947c9aca88b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=fcitx5-pinyin-zhwiki
-pkgver=20200601
+pkgver=20200620
_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'
- '223f9ddca5e26714ae2777399637aeac')
+ '850f75a5a3a80a4dd58c83c715d80500')
prepare() {
cd $pkgname-$_converterver