speed-dreams-git
maintainer morsmortium
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Git repository from a project-associated forge (forge.a-lec.org) hosting the official Speed Dreams code; building from source is normal for AUR packages, and no untrusted executable is downloaded.
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 is a Git repository from a project-associated forge (forge.a-lec.org) hosting the official Speed Dreams code; building from source is normal for AUR packages, and no untrusted executable is downloaded.
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:23
source=("speed-dreams-code::git+https://forge.a-lec.org/speed-dreams/speed-dreams-code.git")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer : MorsMortium <morsmortium@disroot.org>
2
# Contributor: Leillo1975 <leillo1975 at gmail dot com>
3
# Contributor: Aleksandr <contact at via dot aur>
4
# Contributor: Tim Wanders <tim241 at mailbox dot org>
5
# Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves at gmail dot com>
6
7
8
_pkgname=speed-dreams
9
pkgname=${_pkgname}-git
10
pkgver=r5955.ef22934
11
pkgrel=1
12
pkgdesc="Free and open source motorsport simulation video game."
13
arch=('x86_64')
14
url="https://www.speed-dreams.net"
15
license=('GPL-2.0-or-later')
16
depends=('freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'jre' 'jdk'
17
'libjpeg-turbo' 'zlib' 'enet' 'openscenegraph' 'sdl2_mixer' 'cjson' 'minizip'
18
'hicolor-icon-theme' 'plib')
19
makedepends=('git' 'cmake')
20
provides=("${_pkgname}")
21
conflicts=("${_pkgname}")
22
md5sums=('SKIP')
23
source=("speed-dreams-code::git+https://forge.a-lec.org/speed-dreams/speed-dreams-code.git")
24
25
pkgver() {
26
cd "${srcdir}/speed-dreams-code"
27
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
28
}
29
30
build() {
31
cd "${srcdir}/speed-dreams-code"
32
33
git submodule update --init --recursive
34
35
mkdir -p cmake_build
36
cd cmake_build
37
38
cmake -Wno-dev \
39
-DCMAKE_BUILD_TYPE=Release \
40
-D SD_LOCALDIR:STRING=~/.config/speed-dreams-2 \
41
-DCMAKE_INSTALL_PREFIX=/usr ..
42
43
cmake --build . -j `nproc --ignore=1`
44
}
45
46
package() {
47
cd "${srcdir}/speed-dreams-code/cmake_build"
48
cmake --install . --prefix "${pkgdir}/usr"
49
50
install -D -m644 "${srcdir}/speed-dreams-code/speed-dreams-data/data/data/icons/icon.svg" \
51
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/speed-dreams.svg"
52
install -D -m644 "${srcdir}/speed-dreams-code/cmake_build/src/main/speed-dreams.desktop" \
53
"${pkgdir}/usr/share/applications/speed-dreams.desktop"
54
55
mkdir -p ${pkgdir}/usr/bin
56
echo $'#!/bin/sh\ncd /usr/games/\n./speed-dreams-2' > ${pkgdir}/usr/bin/speed-dreams-2
57
chmod 755 ${pkgdir}/usr/bin/speed-dreams-2
58
59
sed -i 's/^Icon=.*$/Icon=speed-dreams/' "${pkgdir}/usr/share/applications/speed-dreams.desktop"
60
sed -i 's/^Exec=.*$/Exec=speed-dreams-2/' "${pkgdir}/usr/share/applications/speed-dreams.desktop"
61
}
62
63
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 |