summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2021-01-05 01:09:22 +0800
committerFelix Yan2021-01-05 01:09:22 +0800
commita5e824b8a2ec05ee961fa7607de44553f70339cc (patch)
tree6b1f75433f20784528c6471dc58ba1e66d06fad4
parent0c4f7a2505c11d6c63d2abf8487155889b93e14c (diff)
downloadaur-a5e824b8a2ec05ee961fa7607de44553f70339cc.tar.gz
upgpkg: fcitx5-pinyin-zhwiki 20210101-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7237f005c1e..25230b1f3873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
- pkgver = 20201220
+ pkgver = 20210101
pkgrel = 1
url = https://github.com/felixonmars/fcitx5-pinyin-zhwiki
arch = any
@@ -9,10 +9,10 @@ pkgbase = fcitx5-pinyin-zhwiki
makedepends = libime
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/20201220/zhwiki-20201220-all-titles-in-ns0.gz
- md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = 1780f415701a75b7391f3b7ac290c006
+ 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
+ md5sums = 6e1ef1cd0279b7b16470e4673b171638
+ md5sums = b70ee3d141d3426b8e3abb8c272f7958
pkgname = fcitx5-pinyin-zhwiki
diff --git a/PKGBUILD b/PKGBUILD
index 2c7443c23a74..04cdd706e3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=fcitx5-pinyin-zhwiki
-pkgver=20201220
-_converterver=0.2.1
+pkgver=20210101
+_converterver=0.2.2
pkgrel=1
pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
arch=('any')
@@ -11,8 +11,8 @@ license=('GFDL' 'CCPL:by-sa')
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'
- '1780f415701a75b7391f3b7ac290c006')
+md5sums=('6e1ef1cd0279b7b16470e4673b171638'
+ 'b70ee3d141d3426b8e3abb8c272f7958')
prepare() {
cd $pkgname-$_converterver