avia-client-bin

LOW
maintainer Reycko 0 votes scanned 2026-08-28 03:33:56.563888
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the unverifiable nature of the binary release but from a trusted project source.

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 binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the unverifiable nature of the binary release but from a trusted project source.

PKGBUILD

1_pkgname="avia-client"
2pkgname="${_pkgname}-bin"
3pkgver="1.8.4"
4pkgrel=1
5pkgdesc="The Stoat Client you actually want"
6license=( 'AGPL-3.0-or-later' )
7arch=( 'x86_64' )
8url="https://github.com/AvaLilac/for-desktop"
9source_x86_64=("${_pkgname}.zip::${url}/releases/download/${pkgver}/AviaClient-linux-x64.zip"
10 "avia-client.desktop"
11 "avia-client.sh")
12
13sha256sums_x86_64=('2c9ad993b19857004e2e33ba6926610a9c9c3c707546e8cc514a6b41dc4ee6de'
14 '1de3db56b7395f6f7c040e1f4ef794c1541275b60faf8cad94d1ddf2274fecfe'
15 '7470cc1f570087a48f432174a49c880e5424796cf79dccb5fac8a5354042d8e3')
16
17prepare() {
18 unzip -o "$srcdir/${_pkgname}.zip" -d "$srcdir"
19 rm "$srcdir/${_pkgname}.zip"
20 mv "$srcdir/AviaClient-linux-x64" "$srcdir/avia-client"
21}
22
23package() {
24 mkdir -p "$pkgdir/opt/avia-client"
25 cp -r "$srcdir/${_pkgname}/." "$pkgdir/opt/avia-client/"
26
27 install -Dm644 "$srcdir/avia-client.desktop" "$pkgdir/usr/share/applications/avia-client.desktop"
28
29 install -Dm755 "$srcdir/avia-client.sh" "$pkgdir/usr/bin/avia-client"
30 ln -sf "../../opt/avia-client/aviaclient-desktop" "$pkgdir/usr/bin/avia-client.bin"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 03:33:56 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