diff options
author | wuhgit | 2022-11-03 16:26:16 +0800 |
---|---|---|
committer | wuhgit | 2022-11-03 16:26:16 +0800 |
commit | 04ccc19547282a38f87c427947d9a564a40b9f91 (patch) | |
tree | 86c32c120e21e3a464f099fc5e3d0231cd45d71e | |
parent | 11188964178559511177eb442bef86f413e56105 (diff) | |
download | aur-04ccc19547282a38f87c427947d9a564a40b9f91.tar.gz |
2022-11-03
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = fcitx5-pinyin-custom-pinyin-dictionary pkgdesc = Fcitx5 自建拼音输入法词库,百万常用词汇量。 - pkgver = 20221031 + pkgver = 20221103 pkgrel = 1 url = https://github.com/wuhgit/CustomPinyinDictionary arch = any license = GFDL license = CCPL:by-sa - source = https://github.com/wuhgit/CustomPinyinDictionary/releases/download/assets/CustomPinyinDictionary_Fcitx_20221031.tar.gz - sha256sums = 7086547f90830c3b0fcbcff99a885980b6ce353dcd824813b9f677c85fa69a50 + source = https://github.com/wuhgit/CustomPinyinDictionary/releases/download/assets/CustomPinyinDictionary_Fcitx_20221103.tar.gz + sha256sums = a8bb814a377895dedc7a07a665011869695a01b88d6cfa32a95d963dfbdad52d pkgname = fcitx5-pinyin-custom-pinyin-dictionary @@ -1,7 +1,7 @@ # Maintainer: wuhgit <wuhgit@users.noreply.github.com> pkgname=fcitx5-pinyin-custom-pinyin-dictionary -pkgver=20221031 +pkgver=20221103 _reponame=CustomPinyinDictionary pkgrel=1 pkgdesc="Fcitx5 自建拼音输入法词库,百万常用词汇量。" @@ -9,7 +9,7 @@ arch=('any') url="https://github.com/wuhgit/CustomPinyinDictionary" license=('GFDL' 'CCPL:by-sa') source=("https://github.com/wuhgit/${_reponame}/releases/download/assets/CustomPinyinDictionary_Fcitx_${pkgver}.tar.gz") -sha256sums=('7086547f90830c3b0fcbcff99a885980b6ce353dcd824813b9f677c85fa69a50') +sha256sums=('a8bb814a377895dedc7a07a665011869695a01b88d6cfa32a95d963dfbdad52d') package() { install -Dm644 CustomPinyinDictionary_Fcitx.dict -t ${pkgdir}/usr/share/fcitx5/pinyin/dictionaries/ |