eden-git
maintainer username227
· 15 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The source is a git repository from a project-owned domain used to build the emulator from source; building from a non-whitelisted but plausibly official host is normal for AUR packages and does not constitute a high risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git repository from a project-owned domain used to build the emulator from source; building from a non-whitelisted but plausibly official host is normal for AUR packages and does not constitute a high risk.
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:26
source=("git+https://git.eden-emu.dev/eden-emu/eden.git")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: gfrank227 [at] gmail [dot] com
2
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
3
# Contributor: crueter <crueter at crueter dot x y z>
4
# Contributor: rcf <ryan.farley@gmx.com>
5
_pkgname=eden
6
pkgname=$_pkgname-git
7
epoch=1
8
pkgver=0.2.0.r89.g5219b9f
9
pkgrel=1
10
pkgdesc="Nintendo Switch emulator forked from yuzu."
11
arch=('x86_64' 'aarch64')
12
url=https://eden-emulator.github.io/
13
license=('GPL-3.0-or-later')
14
provides=('eden')
15
conflicts=('eden' 'eden-beta' 'eden-bin' 'eden-preview-bin')
16
depends=('libusb' 'libva' 'qt6-webengine' 'brotli' 'qt6-charts' 'hicolor-icon-theme'
17
'qt6-base' 'sdl3' 'quazip-qt6' 'qt6-multimedia' 'fmt' 'boost-libs' 'opus' 'libdrm'
18
'enet' 'cubeb' 'game-devices-udev' 'zlib' 'openssl' 'libx11' 'libgcc'
19
'libstdc++' 'lz4' 'glibc' 'zstd' 'cpp-jwt'
20
)
21
makedepends=('git' 'cmake' 'catch2' 'boost' 'spirv-headers' 'vulkan-headers'
22
'vulkan-utility-libraries' 'nlohmann-json' 'ninja' 'gamemode'
23
'renderdoc' 'qt6-tools' 'nasm' 'opencl-headers' 'doxygen')
24
optdepends=('gamemode: Gamemoded support')
25
options=(!debug)
26
source=("git+https://git.eden-emu.dev/eden-emu/eden.git")
27
sha256sums=('SKIP')
28
pkgver() {
29
cd "$_pkgname"
30
git describe --long --tags --abbrev=7 | sed 's/^v//;s/-\(rc[0-9]*\)/\1/;s/\([^-]*-g\)/r\1/;s/-/./g;s/.git//'
31
}
32
build() {
33
cd "$srcdir"
34
cmake -B build -S $_pkgname -GNinja \
35
-DCMAKE_INSTALL_PREFIX=/usr \
36
-DCMAKE_BUILD_TYPE=None \
37
-DUSE_DISCORD_PRESENCE=ON \
38
-DYUZU_USE_BUNDLED_FFMPEG=ON \
39
-DYUZU_USE_BUNDLED_SDL3=OFF \
40
-DDiscordRPC_FORCE_BUNDLED=ON \
41
-DYUZU_USE_BUNDLED_QT=OFF \
42
-Dxbyak_FORCE_BUNDLED=ON \
43
-DENABLE_QT=ON \
44
-DENABLE_QT_TRANSLATION=ON \
45
-DYUZU_USE_QT_MULTIMEDIA=ON \
46
-DYUZU_USE_QT_WEB_ENGINE=ON \
47
-DTITLE_BAR_FORMAT_RUNNING="eden | ${pkgver} {}" \
48
-DTITLE_BAR_FORMAT_IDLE="eden ${pkgver} {}" \
49
-DYUZU_TESTS=OFF \
50
-DDYNARMIC_TESTS=OFF \
51
-DBUILD_TESTING=OFF \
52
-Wno-dev
53
cmake --build build
54
}
55
package() {
56
cd "$srcdir"
57
DESTDIR="$pkgdir/" cmake --install build
58
cd "$srcdir/$_pkgname/LICENSES"
59
for file in *.txt;
60
do
61
install -Dm644 $file "$pkgdir/usr/share/licenses/$pkgname/$file"
62
done
63
}
64
65
66
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-08-18 00:03@@ -16,7 +16,7 @@ depends=('libusb' 'libva' 'qt6-webengine' 'brotli' 'qt6-charts' 'hicolor-icon-theme' 'qt6-base' 'sdl3' 'quazip-qt6' 'qt6-multimedia' 'fmt' 'boost-libs' 'opus' 'libdrm' 'enet' 'cubeb' 'game-devices-udev' 'zlib' 'openssl' 'libx11' 'libgcc'- 'libstdc++' 'lz4' 'glibc' 'zstd' 'cpp-httplib' 'cpp-jwt'+ 'libstdc++' 'lz4' 'glibc' 'zstd' 'cpp-jwt' ) makedepends=('git' 'cmake' 'catch2' 'boost' 'spirv-headers' 'vulkan-headers' 'vulkan-utility-libraries' 'nlohmann-json' 'ninja' 'gamemode'Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 15:32:49 | MEDIUM | 1 |
| 2026-06-20 00:18:46 | MEDIUM | 1 |
| 2026-06-19 23:51:18 | CLEAN | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 18:04:49 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |