summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrville Q. Song2022-11-13 21:16:34 +0800
committerOrville Q. Song2022-11-13 21:16:34 +0800
commita295d50f96363868b52fc7c175b4af2f8c25753a (patch)
tree976093cb42d07148881fba3520d6d51014f5fc53
parent2f5c5dfb6d448142d76158251ddfa78e98eda9ec (diff)
downloadaur-a295d50f96363868b52fc7c175b4af2f8c25753a.tar.gz
Update to 20221001
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4a0b8fbf51a..b02009609c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-pinyin-zhwiki-rime
pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org for rime
- pkgver = 20210120
+ pkgver = 20221101
pkgrel = 1
url = https://github.com/felixonmars/fcitx5-pinyin-zhwiki
arch = any
@@ -9,10 +9,9 @@ pkgbase = fcitx5-pinyin-zhwiki-rime
makedepends = libime
makedepends = opencc
makedepends = pypinyin
- source = https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.2.1/fcitx5-pinyin-zhwiki-rime-0.2.1.tar.gz
- source = https://dumps.wikimedia.org/zhwiki/20210120/zhwiki-20210120-all-titles-in-ns0.gz
- md5sums = 2d01f45a73b7c686fef5c44472a9572b
- md5sums = c926e305e2cc770aaeb720e935918a54
+ source = https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.2.4/fcitx5-pinyin-zhwiki-rime-0.2.4.tar.gz
+ source = https://dumps.wikimedia.org/zhwiki/20221101/zhwiki-20221101-all-titles-in-ns0.gz
+ md5sums = d929f18b1b0019da22010f0aa7bdb671
+ md5sums = eb625017c5c2d003ccb21c3e8425544a
pkgname = fcitx5-pinyin-zhwiki-rime
-
diff --git a/PKGBUILD b/PKGBUILD
index 57d7947803bb..10bb19ae9b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Howard Cheung <mail@h-cheung.cf>
+# Maintainer: Orville Q. Song <orville@anislet.dev>
+# Contributor: Howard Cheung <mail@h-cheung.cf>
# Contributor: Felix Yan <felixonmars@archlinux.org>
pkgname=fcitx5-pinyin-zhwiki-rime
_reponame=fcitx5-pinyin-zhwiki
-pkgver=20210120
-_converterver=0.2.1
+pkgver=20221101
+_converterver=0.2.4
pkgrel=1
pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org for rime"
arch=('any')
@@ -13,8 +14,8 @@ license=('GFDL' 'CCPL:by-sa')
makedepends=('libime' 'opencc' 'pypinyin')
source=("https://github.com/felixonmars/${_reponame}/archive/$_converterver/$pkgname-$_converterver.tar.gz"
"https://dumps.wikimedia.org/zhwiki/$pkgver/zhwiki-$pkgver-all-titles-in-ns0.gz")
-md5sums=('2d01f45a73b7c686fef5c44472a9572b'
- 'c926e305e2cc770aaeb720e935918a54')
+md5sums=('d929f18b1b0019da22010f0aa7bdb671'
+ 'eb625017c5c2d003ccb21c3e8425544a')
prepare() {
cd ${_reponame}-$_converterver