ardali-gaming-bin

maintainer muhammedardali · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt AppImage from the project's GitHub releases, which is a common but unverifiable binary distribution method; however, it is hosted on the official GitHub domain and aligns with the project's source, reducing 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 installs a prebuilt AppImage from the project's GitHub releases, which is a common but unverifiable binary distribution method; however, it is hosted on the official GitHub domain and aligns with the project's source, reducing risk.

PKGBUILD

1# Maintainer: Muhammed Dali <muhammeddardali at users dot noreply dot github dot com>
2
3pkgname=ardali-gaming-bin
4pkgver=0.2.1
5pkgrel=1
6pkgdesc='Linux game launcher and compatibility manager for Wine, Proton and Steam'
7arch=('x86_64')
8url='https://github.com/Muhammed-Dali/ArDali-Gaming'
9license=('GPL-3.0-only')
10depends=('fuse2')
11optdepends=(
12 'gamemode: per-game performance optimization'
13 'gamescope: game scaling and display isolation'
14 'libsecret: secure SteamGridDB API key storage'
15 'steam: Steam library integration and game launching'
16)
17provides=('ardali-gaming')
18conflicts=('ardali-gaming')
19options=('!strip')
20source=(
21 "com.ardali.gaming.desktop::https://raw.githubusercontent.com/Muhammed-Dali/ArDali-Gaming/v${pkgver}/packaging/linux/ardali-gaming.desktop"
22 "ardali-gaming.png::https://raw.githubusercontent.com/Muhammed-Dali/ArDali-Gaming/v${pkgver}/src-tauri/icons/icon.png"
23 "LICENSE-${pkgver}::https://raw.githubusercontent.com/Muhammed-Dali/ArDali-Gaming/v${pkgver}/LICENSE"
24)
25source_x86_64=(
26 "https://github.com/Muhammed-Dali/ArDali-Gaming/releases/download/v${pkgver}/ArDali.Gaming_${pkgver}_amd64.AppImage"
27)
28noextract=("ArDali.Gaming_${pkgver}_amd64.AppImage")
29sha256sums=(
30 'e96d4e969c2dd217561c95a74b2c73ba4b1258d000021490989381260670bd53'
31 'a6e16932ab0367649a6e36088c26b99d65a0c611f80725e61afe77cdf0a4abb9'
32 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
33)
34sha256sums_x86_64=(
35 '2873441d27680395c9f04d642971857bd04cacb8bb594686cab89378b188fe2d'
36)
37
38package() {
39 install -Dm755 "ArDali.Gaming_${pkgver}_amd64.AppImage" \
40 "${pkgdir}/opt/ardali-gaming/ardali-gaming.AppImage"
41
42 install -dm755 "${pkgdir}/usr/bin"
43 ln -s /opt/ardali-gaming/ardali-gaming.AppImage \
44 "${pkgdir}/usr/bin/ardali-gaming"
45
46 install -Dm644 com.ardali.gaming.desktop \
47 "${pkgdir}/usr/share/applications/com.ardali.gaming.desktop"
48 install -Dm644 ardali-gaming.png \
49 "${pkgdir}/usr/share/icons/hicolor/512x512/apps/ardali-gaming.png"
50 install -Dm644 "LICENSE-${pkgver}" \
51 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 23:15: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