advancemame
maintainer fatmike
· 17 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URL points to a release on GitHub, which is a common and legitimate hosting platform for open-source projects; the project's official website is also referenced, indicating this is a standard build from the project's own release assets.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source URL points to a release on GitHub, which is a common and legitimate hosting platform for open-source projects; the project's official website is also referenced, indicating this is a standard build from the project's own release assets.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:17
"http://www.advancemame.it/favicon.ico"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Sebastian Wolf <fatmike303@gmail.com>
2
pkgname=advancemame
3
pkgver=5.0
4
pkgrel=1
5
pkgdesc="Unofficial MAME/MESS version with an advanced video support for use with TVs, Arcade monitors, PC monitors and LCD screens. Also includes AdvanceMENU frontend."
6
arch=('i686' 'x86_64' 'armv7h')
7
url="http://www.advancemame.it"
8
depends=('alsa-lib' 'freetype2' 'slang')
9
depends_i686=('sdl2')
10
depends_x86_64=('sdl2')
11
makedepends=('imagemagick')
12
conflicts=('advancemenu' 'advancemess')
13
provides=('advancemenu' 'advancemess')
14
license=('GPL')
15
source=(
16
"https://github.com/amadvance/advancemame/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
17
"http://www.advancemame.it/favicon.ico"
18
"${pkgname}.desktop"
19
)
20
sha256sums=(
21
'a4fbc40e4e4d2e72383e139632bcd3e6ecfdc607fb8501002668bcf40c66bde9'
22
'350dc1c4efa8d75a379d5f22bae918af419e12ec0cc9d7a3a73153fdf9ed82f5'
23
'6633a06a972f69142af5c3ee538b80e0705ef79eed9f5f4097811015be1cfb41'
24
)
25
26
build() {
27
cd ${srcdir}/${pkgname}-${pkgver}
28
29
# Do not link SDL into Raspberry Pi build
30
if [ "$CARCH" == 'armv7h' ]; then
31
./configure CFLAGS="-O2 -fno-strict-aliasing -fno-strict-overflow -fsigned-char -fno-stack-protector" --prefix=/usr --disable-sdl --disable-sdl2
32
else
33
./configure CFLAGS="-O2 -fno-strict-aliasing -fno-strict-overflow -fsigned-char -fno-stack-protector" --prefix=/usr
34
fi
35
make || return 1
36
}
37
38
package() {
39
cd ${srcdir}/${pkgname}-${pkgver}
40
41
# Install files
42
make bindir="${pkgdir}/usr/bin/" \
43
datadir="${pkgdir}/usr/share/" \
44
mandir="${pkgdir}/usr/share/man/" \
45
pkgdocdir="${pkgdir}/usr/share/doc/${pkgname}/" \
46
install
47
48
# Install menu entry
49
cd ..
50
magick favicon.ico[2] ${pkgname}.png
51
install -Dm644 ${pkgname}.png "$pkgdir/usr/share/pixmaps/${pkgname}.png"
52
install -Dm644 ${pkgname}.desktop "$pkgdir/usr/share/applications/${pkgname}.desktop"
53
}
54
55
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 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |