summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2020-11-23 20:45:13 +0800
committerFelix Yan2020-11-23 20:45:13 +0800
commit8c86a131b4163a6a43adffe558fdc6c0c1ecff73 (patch)
tree6da2525f49ba63bbf129c919ceaa8e43c93359d7
parent95c967852c6b2c8bad1dcae17a162f5de7dd83bd (diff)
downloadaur-8c86a131b4163a6a43adffe558fdc6c0c1ecff73.tar.gz
upgpkg: fcitx5-pinyin-zhwiki 20201120-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 739e91573eb0..5bee703513a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
- pkgver = 20201101
+ pkgver = 20201120
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/20201101/zhwiki-20201101-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20201120/zhwiki-20201120-all-titles-in-ns0.gz
md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = cbaacd14c86294e2069c94033ab79eb1
+ md5sums = a0c7707cc4f8d0aeddf5250878f25cef
pkgname = fcitx5-pinyin-zhwiki
diff --git a/PKGBUILD b/PKGBUILD
index 4d082bce782f..0881b7544a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=fcitx5-pinyin-zhwiki
-pkgver=20201101
+pkgver=20201120
_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'
- 'cbaacd14c86294e2069c94033ab79eb1')
+ 'a0c7707cc4f8d0aeddf5250878f25cef')
prepare() {
cd $pkgname-$_converterver