zelda-olb-fr
maintainer FoolEcho
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted but plausibly project-owned domain (the game's official site) and builds it; the source is verified via md5sum, and no untrusted executable code is run, making this a normal AUR build despite the non-standard host.
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 90%): The package downloads a source tarball from a non-whitelisted but plausibly project-owned domain (the game's official site) and builds it; the source is verified via md5sum, and no untrusted executable code is run, making this a normal AUR build despite the non-standard host.
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.zeldaroth.fr/fichier/OLB/linux/ZeldaOLB-src-linux.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: FoolEcho <foolecho at gmail dot com>
2
pkgname=zelda-olb-fr
3
_name=zelda-olb
4
pkgver=3.6
5
pkgrel=6
6
arch=('i686' 'x86_64')
7
pkgdesc="Zelda: Oni Link Begins is the sequel of Zelda: Return of the Hylian (french version)"
8
url="http://www.zeldaroth.fr/"
9
license=('Unknown')
10
depends=('sdl_gfx' 'sdl_mixer' 'sdl_image' 'xdg-utils' 'hicolor-icon-theme' 'timidity++')
11
makedepends=(imagemagick)
12
optdepends=('freepats-legacy: soundfont for timidity to be able to have music in game'
13
'soundfont-fluid: another soundfont for timidity to be able to have music in game if you prefer')
14
install=${_name}.install
15
changelog=ChangeLog
16
source=(
17
"http://www.zeldaroth.fr/fichier/OLB/linux/ZeldaOLB-src-linux.zip"
18
zelda-olb.desktop)
19
md5sums=('93354eb9da873c50349f0158c3ddf90e'
20
'aa9e6527ebbdb04aacc7531a1c700865')
21
22
prepare () {
23
cd $srcdir/ZeldaOLB-src-linux/src
24
25
# Fix the Game so that it reads save files from $HOME/.zelda-olb
26
sed -i -e s~\"data/save/~string\(getenv\(\"HOME\"\)\)+\"/.$_name/~g Joueur.cpp
27
#save/restore volume settings and ranks
28
sed -i -e s#\"data/save/system.dat\"#\(string\(getenv\(\"HOME\"\)\)+\"/.$_name/system.dat\"\).c_str\(\)#g Keyboard.cpp
29
#remove saves from menu
30
sed -i -e s#\"data/save#string\(getenv\(\"HOME\"\)\)+\"/.$_name#g Keyboard.cpp
31
#grab rank from Zelda Return of the Hylian
32
sed -i -e s#Zelda\ Return\ of\ the\ Hylian/data/save#.zelda-roth#g Keyboard.cpp
33
34
#Make the game treat /usr/share/$pkgname as its data directory
35
for i in *.cpp
36
do
37
sed -i -e s~data/~/usr/share/$pkgname/~g $i
38
done
39
40
# Create the directory $HOME/.zelda-olb if it doesnt exist
41
sed -i -e s~'(NULL));'~'&\n\tif (system(\"stat $HOME/.'$_name' \&> /dev/null")) system (\"mkdir $HOME/.'$_name'\");'~ main.cpp
42
43
#Fix the preprocessor options (SDL.h not found)
44
sed -i -e "s#CFLAGS =#CFLAGS += -I/usr/include/SDL#g" Makefile
45
sed -i -e "s#LDFLAGS =#LDFLAGS +=#g" Makefile
46
}
47
48
build() {
49
cd $srcdir/ZeldaOLB-src-linux/src
50
make
51
}
52
53
package () {
54
55
install -Dm644 $_name.desktop $pkgdir/usr/share/applications/$_name.desktop
56
cd $srcdir/ZeldaOLB-src-linux/src
57
58
install -Dm755 ZeldaOLB $pkgdir/usr/bin/$_name
59
60
cd data
61
for i in {map,music,sound}/*
62
do
63
install -Dm644 $i $pkgdir/usr/share/$pkgname/$i
64
done
65
66
cd images
67
for i in */*
68
do
69
install -Dm644 $i $pkgdir/usr/share/$pkgname/images/$i
70
done
71
mkdir -p $pkgdir/usr/share/icons/hicolor/256x256/apps
72
convert logos/fond.png -resize 256x256\! $pkgdir/usr/share/icons/hicolor/256x256/apps/$_name.png
73
}
74
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 |