soia-bin

LOW
maintainer FengZeng 0 votes scanned 2026-09-06 15:12:20.220602
View on AUR
Why flagged

The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and the checksums are provided, making it low risk despite the AppImage being a binary blob.

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 installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and the checksums are provided, making it low risk despite the AppImage being a binary blob.

PKGBUILD

1pkgname=soia-bin
2pkgver=0.2.11
3pkgrel=1
4pkgdesc='Media player based on libmpv, with DLNA, SMB and WebDAV support'
5arch=('x86_64')
6url='https://github.com/FengZeng/soia'
7license=('GPL-3.0-only')
8options=('!strip' '!debug')
9depends=(
10 'gtk3'
11 'webkit2gtk-4.1'
12 'libayatana-appindicator'
13 'wayland'
14 'libxkbcommon'
15 'hicolor-icon-theme'
16)
17optdepends=(
18 'fuse2: run the AppImage through FUSE'
19)
20provides=('soia')
21conflicts=('soia')
22source=(
23 "Soia-v${pkgver}-Linux-x64-wayland.AppImage::https://github.com/FengZeng/soia/releases/download/v${pkgver}/Soia-v${pkgver}-Linux-x64-wayland.AppImage"
24 "soia.desktop"
25 "soia.png::https://raw.githubusercontent.com/FengZeng/soia/v${pkgver}/src-tauri/icons/128x128.png"
26)
27sha256sums=('1aef71d080dee02e3dd6a8f6894db0a3314e31df5676f45504bde0d3d86c7113'
28 'aa486e81f520b1d02f62a55977218032a863b5f065e2bb086054e28d09b5428d'
29 'd5eb173344a8548a2cb290bb74b1dec85500a1eae35e07647451e3b54ed35fcd')
30
31package() {
32 install -Dm755 \
33 "Soia-v${pkgver}-Linux-x64-wayland.AppImage" \
34 "$pkgdir/opt/soia/Soia.AppImage"
35
36 install -d "$pkgdir/usr/bin"
37 cat > "$pkgdir/usr/bin/soia" <<'EOF'
38#!/bin/sh
39exec /opt/soia/Soia.AppImage "$@"
40EOF
41 chmod 755 "$pkgdir/usr/bin/soia"
42
43 install -Dm644 soia.desktop \
44 "$pkgdir/usr/share/applications/soia.desktop"
45
46 install -Dm644 soia.png \
47 "$pkgdir/usr/share/icons/hicolor/128x128/apps/soia.png"
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 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