Package Details: xenia-edge-bin f27809b-1

Git Clone URL: https://aur.archlinux.org/xenia-edge-bin.git (read-only, click to copy)
Package Base: xenia-edge-bin
Description: Fork of the Xenia emulator based on Xenia Canary, with aims for quicker iterations and improvements on Vulkan and Linux support.
Upstream URL: https://github.com/has207/xenia-edge/
Keywords: emulator xbox xenia xenia-edge
Licenses: BSD-3-Clause
Provides: xenia, xenia-edge
Submitter: shira
Maintainer: shira
Last Packager: shira
Votes: 2
Popularity: 1.37
First Submitted: 2025-11-10 20:37 (UTC)
Last Updated: 2025-12-11 15:32 (UTC)

Pinned Comments

shira commented on 2025-11-12 03:16 (UTC) (edited on 2025-11-12 03:20 (UTC) by shira)

Ok yeah upstream versioning fucks up the updating process for this bad. Oops. Just use yay instead of paru so you can update whenever you want and it wont try to reuse the PKGBUILD without asking you first, either yay -Suua or just yay -S xenia-edge works, when it asks you to cleanBuild say yes

Latest Comments

xpufx commented on 2025-12-03 06:58 (UTC)

No worries. That is a good idea though. :)

shira commented on 2025-12-02 12:51 (UTC)

sorry for the inconvenience :P

shira commented on 2025-12-02 12:49 (UTC)

i have a crontab running to automatically bump the package version in srcinfo i might as well have it also bumping the pkgbuild version manually instead of shoving a command in there lol

xpufx commented on 2025-11-23 15:01 (UTC) (edited on 2025-11-23 15:05 (UTC) by xpufx)

This seems to require github-cli (gh) and with authentication. Isn't this a bit too much of a requirement? As far as I can see it's only used to get the latest version number for the release. I believe this info is available through the public github api without using gh.

gh api repos/has207/xenia-edge/releases/latest --jq '.tag_name'

3957b9f

curl -s https://api.github.com/repos/has207/xenia-edge/releases/latest \ | grep '"tag_name"' | cut -d '"' -f 4

3957b9f

shira commented on 2025-11-12 03:16 (UTC) (edited on 2025-11-12 03:20 (UTC) by shira)

Ok yeah upstream versioning fucks up the updating process for this bad. Oops. Just use yay instead of paru so you can update whenever you want and it wont try to reuse the PKGBUILD without asking you first, either yay -Suua or just yay -S xenia-edge works, when it asks you to cleanBuild say yes

shira commented on 2025-11-11 12:37 (UTC) (edited on 2025-11-11 12:38 (UTC) by shira)

i set this up to update automatically w a script so let me know if/when something goes wrong because im usually busy