Package Details: eden-git 1:0.2.0.r89.g5219b9f-1

Git Clone URL: https://aur.archlinux.org/eden-git.git (read-only, click to copy)
Package Base: eden-git
Description: Nintendo Switch emulator forked from yuzu.
Upstream URL: https://eden-emulator.github.io/
Keywords: eden emulator nintendo switch yuzu
Licenses: GPL-3.0-or-later
Conflicts: eden, eden-beta, eden-bin, eden-preview-bin
Provides: eden
Submitter: username227
Maintainer: username227 (HurricanePootis)
Last Packager: username227
Votes: 15
Popularity: 1.29
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2026-06-10 20:07 (UTC)

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

crueter commented on 2026-07-09 02:10 (UTC)

@username227 Do you mind adding me to the co-maintainers list for the Eden packages you control? I have a stable Arch Linux setup now, so I can update this whenever needed.

kode54 commented on 2026-06-15 05:58 (UTC)

Also, even if they're dependencies, they shouldn't be runtime dependencies, as they're both compile-time-only libraries, therefore makedepends at best.

yobson commented on 2026-06-10 20:26 (UTC) (edited on 2026-06-10 20:27 (UTC) by yobson)

the cpp-httplib and cpp-jwt dependencies were removed because they're no longer needed as they're pulled in by CMake during build as described in this earlier comment https://aur.archlinux.org/packages/eden-git?all_deps=1&O=10#comment-1073541 and it does indeed build & work fine without having those dependencies installed.

so arbandes was using an old PKGBUILD or something. probably due to that stuff before where vercmp saw 0.2.0.rc as newer than the full release of 0.2.0 so yay kept using that old PKGBUILD

username227 commented on 2026-06-10 20:08 (UTC)

OK the two dependencies have been added. I didn't realize they weren't already there. But the udev rule has already been removed from the pkgbuild per the upstream devs, who said they no longer recommend using their built-in udev rules (see below in this thread). you should clear your cache and ensure you have the latest version of the pkgbuild.

arbrandes commented on 2026-06-10 18:01 (UTC)

Looks like there was a udev rule rename upstream, too:

install: cannot stat '/home/arbrandes/.cache/yay/eden-git/src/eden/dist/72-yuzu-input.rules': No such file or directory
==> ERROR: A failure occurred in package().

arbrandes commented on 2026-06-10 17:40 (UTC)

Yup, that should work, but my point was that they should probably be added to the package dependencies, at some point. Thanks!

username227 commented on 2026-06-10 16:12 (UTC)

@arbrandes those are available through the AUR. Install them and you'll be fine. yay, paru and pamac should all pull them in.

arbrandes commented on 2026-06-10 15:02 (UTC)

The build is currently broken, with:

==> Missing dependencies:
  -> cpp-httplib
  -> cpp-jwt
==> ERROR: Could not resolve all dependencies.

HurricanePootis commented on 2026-06-01 01:22 (UTC)

Thank you for reaching out! Yeah git can be very confusing

username227 commented on 2026-06-01 01:21 (UTC)

Sorry it was a complete mistake; while I was preparing the last change, I missed your change; when git notified me that i wasn't using the latest version, I handled it incorrectly. Please redo it and i'll make sure to pull the latest version.