Package Details: xenia-edge-bin 20260510055415.71ab69a-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: 3
Popularity: 0.37
First Submitted: 2025-11-10 20:37 (UTC)
Last Updated: 2026-05-10 06:00 (UTC)

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