fcitx5-wetypex

LOW
maintainer panxuc 0 votes scanned 2026-09-09 07:19:13.271149
View on AUR
Why flagged

The package builds from a verifiable source tarball and a pinned Git commit; the only concern is a SKIP'd checksum for a dependency, but it is pinned to a specific commit and not executed directly, posing minimal risk.

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 verifiable source tarball and a pinned Git commit; the only concern is a SKIP'd checksum for a dependency, but it is pinned to a specific commit and not executed directly, posing minimal risk.

PKGBUILD

1# Maintainer: panxuc <https://github.com/panxuc>
2
3pkgname=fcitx5-wetypex
4pkgver=2.2.3.657
5pkgrel=1
6pkgdesc="Native Linux compatibility layer for WeType on Fcitx5"
7arch=('x86_64')
8url="https://github.com/panxuc/fcitx5-wetypex"
9license=('MIT' 'ISC' 'BSD-2-Clause')
10options=('!debug')
11depends=(
12 'fcitx5>=5.1.9'
13 'fcitx5-qt'
14 'libime>=1.1.15'
15 'libc++'
16 'json-c'
17 'curl'
18 'bubblewrap'
19 'util-linux'
20 'python'
21 'qt6-base'
22 'qt6-svg'
23 'qt6-webengine'
24 'wl-clipboard'
25 'pipewire'
26 'ffmpeg'
27 'libnotify'
28 'polkit'
29)
30makedepends=('cmake' 'clang' 'git' 'boost')
31optdepends=('fcitx5-configtool: manage input methods')
32source=(
33 "${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
34 'libkqueue::git+https://github.com/mheily/libkqueue.git#commit=46a3e130f88b0b0742575dcb01d77e336538024b'
35)
36sha256sums=("79e89e5a9c2f879da9d9576d7809ed572be5a172938f5f47391a301837cffaf4" "SKIP")
37install=fcitx5-wetypex.install
38
39build() {
40 cmake -S "${srcdir}/${pkgname}-${pkgver}" -B "${srcdir}/build" \
41 -DCMAKE_BUILD_TYPE=Release \
42 -DCMAKE_INSTALL_PREFIX=/usr \
43 -DCMAKE_INSTALL_LIBDIR=lib \
44 -DFETCHCONTENT_SOURCE_DIR_KQUEUE="${srcdir}/libkqueue"
45 cmake --build "${srcdir}/build" --parallel
46}
47
48package() {
49 DESTDIR="${pkgdir}" cmake --install "${srcdir}/build"
50 install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
51 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
52 install -Dm644 "${srcdir}/${pkgname}-${pkgver}/NOTICE" \
53 "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
54 install -Dm644 "${srcdir}/${pkgname}-${pkgver}/README.md" \
55 "${pkgdir}/usr/share/doc/${pkgname}/README.md"
56}
57

Changes since previous scan

--- PKGBUILD @ 2026-09-09 00:04
+++ PKGBUILD @ 2026-09-09 07:19
@@ -30,10 +30,10 @@
makedepends=('cmake' 'clang' 'git' 'boost')
optdepends=('fcitx5-configtool: manage input methods')
source=(
- "${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
+ "${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
'libkqueue::git+https://github.com/mheily/libkqueue.git#commit=46a3e130f88b0b0742575dcb01d77e336538024b'
)
-sha256sums=("122cdece40c80a3628809932785ae2f69700c5c947590780cb1feba360c8d1ef" "SKIP")
+sha256sums=("79e89e5a9c2f879da9d9576d7809ed572be5a172938f5f47391a301837cffaf4" "SKIP")
install=fcitx5-wetypex.install
build() {

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 07:19:13 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 21:18:22 Low 2
2026-09-08 19:18:21 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