fcitx5-commit-git

LOW
maintainer Vendetta1871 0 votes scanned 2026-09-27 15:19:08.759284
View on AUR
Why flagged

The package builds from a public Git repository with a SKIP'd checksum, but the source is from the maintainer's own GitHub account and appears to be a legitimate fcitx5 addon; the risk is low as it involves no remote code execution or untrusted prebuilt binaries.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a public Git repository with a SKIP'd checksum, but the source is from the maintainer's own GitHub account and appears to be a legitimate fcitx5 addon; the risk is low as it involves no remote code execution or untrusted prebuilt binaries.

PKGBUILD

1# Maintainer: Vendetta1871
2pkgname=fcitx5-commit-git
3pkgver=r1.ebdf77c
4pkgrel=1
5pkgdesc="fcitx5 addon that lets other programs insert text into the focused input field over D-Bus"
6arch=('x86_64')
7url="https://github.com/Vendetta1871/fcitx5-commit"
8license=('GPL-3.0-or-later')
9depends=('fcitx5' 'glibc' 'libgcc' 'libstdc++')
10makedepends=('cmake' 'git')
11provides=('fcitx5-commit')
12conflicts=('fcitx5-commit')
13source=("fcitx5-commit::git+https://github.com/Vendetta1871/fcitx5-commit.git")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "$srcdir/fcitx5-commit"
18 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19}
20
21build() {
22 cmake -B build -S "$srcdir/fcitx5-commit" \
23 -DCMAKE_BUILD_TYPE=None \
24 -DCMAKE_INSTALL_PREFIX=/usr
25 cmake --build build
26}
27
28package() {
29 DESTDIR="$pkgdir" cmake --install build
30
31 install -Dm644 "$srcdir/fcitx5-commit/LICENSE" \
32 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 15:19:08 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion