1# Contributor: Lindsay Zhou <i@lin.moe>2# Maintainer: Lindsay Zhou <i@lin.moe>3pkgname=fcitx5-pinyin-zhwiki4_converterver=0.2.55_webslangver=202508236pkgver=$_converterver.$_webslangver7pkgrel=08pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"9url="https://github.com/felixonmars/fcitx5-pinyin-zhwiki"10arch="noarch"11license="GFDL"12source="zhwiki.$pkgver.dict::https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/$_converterver/zhwiki-$_webslangver.dict"13builddir="$srcdir/"14options="!check"1516package() {17 install -Dm644 zhwiki.$pkgver.dict $pkgdir/usr/share/fcitx5/pinyin/dictionaries/zhwiki.dict18}1920sha512sums="2185155757cd48525ff1ad00ec2265d288bbb1b8e4a836106389c3ca4458c239d175579c9b001e3d739e5f1fe300fbfce4483354b57b0d4c482790ab6917b905dd zhwiki.0.2.5.20250823.dict22"