Package Details: pcsx2-latest-bin 2.3.10-1

Git Clone URL: https://aur.archlinux.org/pcsx2-latest-bin.git (read-only, click to copy)
Package Base: pcsx2-latest-bin
Description: Sony PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0-only
Conflicts: pcsx2
Provides: pcsx2
Submitter: xiota
Maintainer: xiota
Last Packager: xiota
Votes: 20
Popularity: 0.83
First Submitted: 2023-05-30 23:51 (UTC)
Last Updated: 2024-11-10 23:20 (UTC)

Pinned Comments

xiota commented on 2023-06-29 00:35 (UTC) (edited on 2024-10-01 16:01 (UTC) by xiota)

  • This is a self-updating package that automatically attempts to use the latest prerelease AppImage.

    • Do not flag or comment to request mere version bumps until a month has passed since the last update.
  • Problems:

    • Try building in a clean chroot. Shouldn't matter for this package, but worth trying.
    • Shutdown or uninstall appimagelauncher because it "intercepts all attempts to open an AppImage". Similar tools may have the same problem.
      • Restart binfmt: sudo systemctl restart systemd-binfmt
  • Upstream developers have indicated they do not wish to be disturbed about downstream packaging issues.

    • Test the AppImage directly before reporting any bugs upstream. Properly confirmed bugs should have no need to mention downstream packaging.
    • Report problems with this package here.
      • Avoid flagging and commenting at the same time for the same issue.
      • Flag for common issues with standard solutions (eg, depends updates).
      • Comment for issues that require explanation or debugging.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

xiota commented on 2023-06-29 00:35 (UTC) (edited on 2024-10-01 16:01 (UTC) by xiota)

  • This is a self-updating package that automatically attempts to use the latest prerelease AppImage.

    • Do not flag or comment to request mere version bumps until a month has passed since the last update.
  • Problems:

    • Try building in a clean chroot. Shouldn't matter for this package, but worth trying.
    • Shutdown or uninstall appimagelauncher because it "intercepts all attempts to open an AppImage". Similar tools may have the same problem.
      • Restart binfmt: sudo systemctl restart systemd-binfmt
  • Upstream developers have indicated they do not wish to be disturbed about downstream packaging issues.

    • Test the AppImage directly before reporting any bugs upstream. Properly confirmed bugs should have no need to mention downstream packaging.
    • Report problems with this package here.
      • Avoid flagging and commenting at the same time for the same issue.
      • Flag for common issues with standard solutions (eg, depends updates).
      • Comment for issues that require explanation or debugging.

pjag commented on 2023-06-28 21:55 (UTC)

Hey, thanks for making this package, I was thinking about something like this as well. I have one minor gripe though - when the upstream pushes a new commit, there seems to be some period of time where a github tag exists, but the download is still unavailable (right now I can't download a release from over half an hour ago because it doesn't exist).

So I think the "right" way to go about this would be to somehow fetch the newest release from pcsx2.net - I even had a shitty little local script that did something like this, but it broke at some point because of some kind of Cloudflare protection (I based it on what the website does itself):

curl -s https://api.pcsx2.net/v1/nightlyReleases | jq -r .data[0].version

If you happen to be in contact with upstream developers maybe something could be worked out to reliably get the newest release number?

eclairevoyant commented on 2023-06-17 13:36 (UTC)

This should neither conflict with nor provide pcsx2-git, per guidelines

flavionm commented on 2023-05-30 00:53 (UTC)

@xiota the one I use is "aurto", which uses the VCS suffix to check less often for package updates. Other AUR helpers might work differently, though.