eden-beta

maintainer username227 · 2 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 source is normal AUR practice, even if the host is not on the whitelist.

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 source is normal AUR practice, even if the host is not on the whitelist.

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:20 source=("eden-v${pkgver}.tar.gz::https://git.eden-emu.dev/eden-emu/eden/archive/${_pkgver}.tar.gz")

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
6pkgname=$_pkgname-beta
7pkgver=0.2.1
8_pkgver=v0.2.1
9pkgrel=3
10pkgdesc="Nintendo Switch emulator forked from yuzu - beta and test releases"
11arch=('x86_64' 'aarch64')
12url=https://eden-emulator.github.io/
13license=('GPL-3.0-or-later')
14provides=('eden')
15conflicts=('eden' 'eden-git' 'eden-bin' 'eden-preview-bin')
16depends=('libusb' 'libva' 'qt6-webengine' 'brotli' 'qt6-charts' 'hicolor-icon-theme' 'qt6-base' 'sdl2' 'gcc-libs' 'ffmpeg' 'zydis' 'zycore-c' 'quazip-qt6' 'mbedtls' 'enet' 'cubeb' 'game-devices-udev')
17makedepends=('git' 'cmake' 'catch2' 'boost' 'cpp-httplib' 'spirv-headers' 'boost-libs' 'wireless_tools' 'vulkan-headers' 'vulkan-utility-libraries' 'nlohmann-json' 'ninja' 'gamemode' 'renderdoc' 'qt6-multimedia' 'qt6-tools' 'nasm' 'opencl-headers' 'doxygen' 'cpp-jwt')
18optdepends=('gamemode: Gamemoded support')
19options=('!debug')
20source=("eden-v${pkgver}.tar.gz::https://git.eden-emu.dev/eden-emu/eden/archive/${_pkgver}.tar.gz")
21sha256sums=('a43ea2886b75204438f691a4ddfad99e88b508e30431978dd13fba1c22440d19')
22
23build() {
24 cd "$srcdir"
25 cmake -B build -S $_pkgname -GNinja \
26 -DCMAKE_INSTALL_PREFIX=/usr \
27 -DCMAKE_BUILD_TYPE=None \
28 -DUSE_DISCORD_PRESENCE=ON \
29 -DCPM_USE_LOCAL_PACKAGES=ON \
30 -DYUZU_USE_BUNDLED_FFMPEG=OFF \
31 -DDiscordRPC_FORCE_BUNDLED=ON \
32 -Dxbyak_FORCE_BUNDLED=ON \
33 -DYUZU_USE_BUNDLED_QT=OFF \
34 -DENABLE_QT_TRANSLATION=ON \
35 -DYUZU_USE_QT_MULTIMEDIA=ON \
36 -DYUZU_USE_QT_WEB_ENGINE=ON \
37 -Dhttplib_FORCE_BUNDLED=ON \
38 -DTITLE_BAR_FORMAT_RUNNING="eden | ${pkgver} {}" \
39 -DTITLE_BAR_FORMAT_IDLE="eden ${pkgver} {}" \
40 -DYUZU_TESTS=OFF \
41 -DDYNARMIC_TESTS=OFF \
42 -DBUILD_TESTING=OFF \
43 -Wno-dev
44 cmake --build build
45}
46package() {
47 cd "$srcdir"
48 DESTDIR="$pkgdir/" cmake --install build
49 install -Dm644 "$srcdir/$_pkgname/dist/72-yuzu-input.rules" "$pkgdir/usr/lib/udev/rules.d/72-eden-input.rules"
50 sed -i 's/KERNEL==/ACTION!="remove", KERNEL==/' "$pkgdir/usr/lib/udev/rules.d/72-eden-input.rules"
51 cd "$srcdir/$_pkgname/LICENSES"
52 for file in *.txt;
53 do
54 install -Dm644 $file "$pkgdir/usr/share/licenses/$pkgname/$file"
55 done
56}
57
58
59

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion