diff options
author | wuhgit | 2022-12-09 09:10:52 +0800 |
---|---|---|
committer | wuhgit | 2022-12-09 09:10:52 +0800 |
commit | a85e945db54bb27df15851b7f850e7db014c6597 (patch) | |
tree | 30a8b9ce5adde81b4a07ffe377b5713b8b01cf39 | |
parent | 4d16e147fd45ccb8647a5ba04ee80bbcb277e672 (diff) | |
download | aur-a85e945db54bb27df15851b7f850e7db014c6597.tar.gz |
2022-12-09
-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 = 20221202 + pkgver = 20221209 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_20221202.tar.gz - sha256sums = fcb415f059139fbb6fd8443f8ef9cb28f23c179527a3b2b4e08224acc979475d + source = https://github.com/wuhgit/CustomPinyinDictionary/releases/download/assets/CustomPinyinDictionary_Fcitx_20221209.tar.gz + sha256sums = be6c28f22bbc35d9c5166f1dfa98dac02bff8c4581789218514af6472936462e pkgname = fcitx5-pinyin-custom-pinyin-dictionary @@ -1,7 +1,7 @@ # Maintainer: wuhgit <wuhgit@users.noreply.github.com> pkgname=fcitx5-pinyin-custom-pinyin-dictionary -pkgver=20221202 +pkgver=20221209 _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=('fcb415f059139fbb6fd8443f8ef9cb28f23c179527a3b2b4e08224acc979475d') +sha256sums=('be6c28f22bbc35d9c5166f1dfa98dac02bff8c4581789218514af6472936462e') package() { install -Dm644 CustomPinyinDictionary_Fcitx.dict -t ${pkgdir}/usr/share/fcitx5/pinyin/dictionaries/ |