eden
maintainer username227
· 24 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own git host (git.eden-emu.dev), which is plausibly official; building from project-owned infrastructure is normal for AUR packages, even if the host is not whitelisted.
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 tarball from the project's own git host (git.eden-emu.dev), which is plausibly official; building from project-owned infrastructure is normal for AUR packages, even if the host is not whitelisted.
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:21
source=("eden-v${pkgver}.tar.gz::https://git.eden-emu.dev/eden-emu/eden/archive/v${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: gfrank227 [at] gmail [dot] com
2
# Maintainer: HurricanePooits <hurricanepootis@protonmail.com>
3
# Contributor: rcf <ryan.farley@gmx.com>
4
pkgname=eden
5
pkgver=0.2.1
6
pkgrel=3
7
pkgdesc="Nintendo Switch emulator forked from yuzu."
8
arch=('x86_64' 'aarch64')
9
url=https://eden-emulator.github.io/
10
license=('GPL-3.0-or-later')
11
depends=('enet' 'fmt' 'opus' 'lz4' 'zlib' 'zstd' 'libusb' 'openssl' 'glibc'
12
'qt6-webengine' 'brotli' 'hicolor-icon-theme' 'qt6-base' 'sdl2'
13
'ffmpeg' 'boost-libs' 'quazip-qt6' 'cubeb' 'qt6-charts'
14
'qt6-multimedia' 'libgcc' 'libstdc++')
15
makedepends=('cmake' 'catch2' 'boost' 'wireless_tools' 'vulkan-headers' 'vulkan-utility-libraries'
16
'nlohmann-json' 'ninja' 'gamemode' 'renderdoc'
17
'qt6-tools' 'nasm' 'opencl-headers')
18
optdepends=('gamemode: Gamemoded support')
19
conflicts=('eden-bin' 'eden-git' 'eden-preview-bin' 'eden-beta')
20
options=('!debug')
21
source=("eden-v${pkgver}.tar.gz::https://git.eden-emu.dev/eden-emu/eden/archive/v${pkgver}.tar.gz"
22
"60e1032771.patch"
23
"7c0e993b5b.patch")
24
sha256sums=('a43ea2886b75204438f691a4ddfad99e88b508e30431978dd13fba1c22440d19'
25
'2d73f9f8473644385efd73507f828f172cfe2e3e829e962584bb1d0429e25e3f'
26
'e078d47ee07f93432c155ab03f5589ad1166466a2a0f5ab9832c0f3c2cb7a573')
27
28
prepare() {
29
cd $srcdir/eden
30
patch -p1 < "$srcdir/60e1032771.patch"
31
patch -p1 < "$srcdir/7c0e993b5b.patch"
32
}
33
34
build() {
35
cd "$srcdir"
36
cmake -B build -S $pkgname -GNinja \
37
-DCMAKE_INSTALL_PREFIX=/usr \
38
-DCMAKE_BUILD_TYPE=None \
39
-DUSE_DISCORD_PRESENCE=ON \
40
-DCPM_USE_LOCAL_PACKAGES=ON \
41
-DYUZU_USE_BUNDLED_FFMPEG=OFF \
42
-DDiscordRPC_FORCE_BUNDLED=ON \
43
-Dxbyak_FORCE_BUNDLED=ON \
44
-DYUZU_USE_BUNDLED_QT=OFF \
45
-DENABLE_QT_TRANSLATION=ON \
46
-DYUZU_USE_QT_MULTIMEDIA=ON \
47
-DYUZU_USE_QT_WEB_ENGINE=ON \
48
-Dhttplib_FORCE_BUNDLED=ON \
49
-DTITLE_BAR_FORMAT_RUNNING="eden | ${pkgver} {}" \
50
-DTITLE_BAR_FORMAT_IDLE="eden ${pkgver} {}" \
51
-DYUZU_TESTS=OFF \
52
-DDYNARMIC_TESTS=OFF \
53
-DBUILD_TESTING=OFF \
54
-Wno-dev
55
cmake --build build
56
}
57
package() {
58
cd "$srcdir"
59
DESTDIR="$pkgdir/" cmake --install build
60
install -Dm644 "$srcdir/$pkgname/dist/72-yuzu-input.rules" "$pkgdir/usr/lib/udev/rules.d/72-eden-input.rules"
61
sed -i 's/KERNEL==/ACTION!="remove", KERNEL==/' "$pkgdir/usr/lib/udev/rules.d/72-eden-input.rules" # systemd 258 fix
62
cd "$srcdir/$pkgname/LICENSES"
63
for file in *.txt;
64
do
65
install -Dm644 $file "$pkgdir/usr/share/licenses/$pkgname/$file"
66
done
67
}
68
69
70
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 |