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
3
pkgname=ardali-gaming-bin
4
pkgver=0.2.1
5
pkgrel=1
6
pkgdesc='Linux game launcher and compatibility manager for Wine, Proton and Steam'
7
arch=('x86_64')
8
url='https://github.com/Muhammed-Dali/ArDali-Gaming'
9
license=('GPL-3.0-only')
10
depends=('fuse2')
11
optdepends=(
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
)
17
provides=('ardali-gaming')
18
conflicts=('ardali-gaming')
19
options=('!strip')
20
source=(
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
)
25
source_x86_64=(
26
"https://github.com/Muhammed-Dali/ArDali-Gaming/releases/download/v${pkgver}/ArDali.Gaming_${pkgver}_amd64.AppImage"
27
)
28
noextract=("ArDali.Gaming_${pkgver}_amd64.AppImage")
29
sha256sums=(
30
'e96d4e969c2dd217561c95a74b2c73ba4b1258d000021490989381260670bd53'
31
'a6e16932ab0367649a6e36088c26b99d65a0c611f80725e61afe77cdf0a4abb9'
32
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
33
)
34
sha256sums_x86_64=(
35
'2873441d27680395c9f04d642971857bd04cacb8bb594686cab89378b188fe2d'
36
)
37
38
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |