summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2020-09-12 17:01:36 +0800
committerFelix Yan2020-09-12 17:01:36 +0800
commita85c86b3ed9e14d089b7a2b8adf55b709d928fb1 (patch)
tree1be5f658ee36f2d3a635d5bedb675b826b4e87ba
parent5d04e6a8a85382a4d72d3195b51d78a43fef4e4a (diff)
downloadaur-a85c86b3ed9e14d089b7a2b8adf55b709d928fb1.tar.gz
upgpkg: fcitx5-pinyin-zhwiki 20200901-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f317817eda2..fdb6d6a04878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
- pkgver = 20200820
+ pkgver = 20200901
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/20200820/zhwiki-20200820-all-titles-in-ns0.gz
+ source = https://dumps.wikimedia.org/zhwiki/20200901/zhwiki-20200901-all-titles-in-ns0.gz
md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = 1fa9f051f90969f92d451cbb4ec4d4cc
+ md5sums = 4cf8243fe1d814ebd06b2370058413ed
pkgname = fcitx5-pinyin-zhwiki
diff --git a/PKGBUILD b/PKGBUILD
index 0305089e4bf2..f03ebbe4ad46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=fcitx5-pinyin-zhwiki
-pkgver=20200820
+pkgver=20200901
_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'
- '1fa9f051f90969f92d451cbb4ec4d4cc')
+ '4cf8243fe1d814ebd06b2370058413ed')
prepare() {
cd $pkgname-$_converterver