AUR (en) - fcitx5-pinyin-moegirl
Arch Linux User Repository
Packages
Forums
Wiki
GitLab
Security
AUR
AUR Home
Packages
Search Criteria
Package Details: fcitx5-pinyin-moegirl 20260412-1
Package Actions
View PKGBUILD
View Changes
Download snapshot
Search wiki
Git Clone URL:
(read-only, click to copy)
Package Base:
fcitx5-pinyin-moegirl
Description:
Fcitx 5 Pinyin Dictionary from moegirl.org wiki
Upstream URL:
Keywords:
chinese
fcitx5
moegirl
wiki
Licenses:
MIT, cc-by-nc-sa-3.0
Submitter:
ryosuke
Maintainer:
BryanLiang
Last Packager:
BryanLiang
Votes:
Popularity:
0.001281
First Submitted:
2021-12-12 03:53 (UTC)
2026-04-12 07:33 (UTC)
Dependencies (0)
Required by (1)
fcitx5-cn-meta
(optional)
Sources (2)
LICENSE
moegirl-20260412.dict
Latest Comments
flylightning commented on
2025-05-20 09:49 (UTC)
(edited on 2025-05-20 09:49 (UTC) by
flylightning
Because there's a new LICENSE file, but AUR helper cache already have old LICENSE file, so AUR helper will not download new LICENSE file, so the old LICENSE file will not pass checksum check because the checksum is new LICENSE file's checksum, so upgrade fail. To workaround, delete old LICENSE file, if use paru,
rm "$XDG_CACHE_HOME/paru/clone/fcitx5-pinyin-moegirl/LICENSE"
Firestar commented on
2023-11-22 03:31 (UTC)
(edited on 2023-11-22 03:32 (UTC) by
Firestar
@peterjc123 I have maintained a new fcitx5-moegirl
Thank you for your advice!
TeddyHuang-00 commented on
2023-09-29 13:54 (UTC)
@ryosuke Thank you for that. Just wondering if adopting suggestion from @peterjc123 will help resolve this issue for the future?
ryosuke commented on
2023-09-29 12:48 (UTC)
@TeddyHuang-00 clean build
peterjc123 commented on
2023-06-27 11:29 (UTC)
According to
PKGBUILD - ArchWiki
, the name of the source file should be unique.
Warning: The downloaded source filename must be unique because the SRCDEST directory can be the same for all packages. For instance, using the version number of the project as a filename potentially conflicts with other projects with the same version number. In this case, the alternative unique filename to be used is provided with the syntax source=('unique_package_name::file_uri'); e.g. source=("$pkgname-$pkgver.tar.gz::
$pkgver.tar.gz").
So it is better to update the PKGBUILD to the following.
url="https://github.com/outloudvi/mw2fcitx"
license=('Unlicense' 'cc-by-nc-sa-3.0')
source=("moegirl_${pkgver}.dict::https://github.com/outloudvi/${_reponame}/releases/download/${pkgver}/moegirl.dict")
sha256sums=('7949ffd986077916f583639bcb072498dc7ef00075237e276214d83e964c45fa')
package() {
install -Dm644 moegirl_${pkgver}.dict -t ${pkgdir}/usr/share/fcitx5/pinyin/dictionaries/moegirl.dict
Please kindly adopt this patch so that this package can be normally updated by the package managers.
Firestar commented on
2023-05-06 16:35 (UTC)
==> Validating source files with sha256sums...
moegirl.dict ... FAILED
==> ERROR: One or more files did not pass the validity check!
aurweb
v6.3.4
Report issues
here
Copyright © 2004-2026 aurweb Development Team.
AUR packages are user produced content. Any use of the provided files is at your own risk.