Package Details: rpcs3-bin 0.0.39_18695-1

Git Clone URL: https://aur.archlinux.org/rpcs3-bin.git (read-only, click to copy)
Package Base: rpcs3-bin
Description: PlayStation 3 Emulator
Upstream URL: https://github.com/RPCS3/rpcs3-binaries-linux
Licenses: GPL-2.0-only
Conflicts: rpcs3
Provides: rpcs3
Submitter: Sanpi
Maintainer: oech3 (italoghost, Kaleb)
Last Packager: oech3
Votes: 48
Popularity: 2.01
First Submitted: 2017-08-17 07:42 (UTC)
Last Updated: 2026-01-13 16:41 (UTC)

Pinned Comments

oech3 commented on 2025-11-09 17:55 (UTC) (edited on 2025-11-12 06:45 (UTC) by oech3)

This works as VCS package since upstream does not have stable channel yet.

Use rpcs3-appimage if soname mismatch happen with -bin (or flag OOD or patchelf).

Latest Comments

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

oech3 commented on 2025-11-18 06:24 (UTC) (edited on 2025-11-18 06:25 (UTC) by oech3)

I'll add you. This is VCS-like package (until upstream provide stable release). So pipeline is not needed (yet).

Kaleb commented on 2025-11-18 00:01 (UTC)

Feel free to add me as co-maintainer, if you do i'll add the repo to my pipeline. It updates on a delayed time, when there are updates, giving the maintainer (you), enough time to update, before i get notified to.

oech3 commented on 2025-11-12 02:06 (UTC)

Switched to grep -oP.

flavionm commented on 2025-11-12 01:15 (UTC)

The package doesn't build in a clean chroot. makepkg doesn't install dependencies until after it downloads the source files, but currently the PKGBUILD requires jq to determine the appimage to download.

Removing jq and obtaining the _commit and _pkgver like this works:

_commit=$(curl -s $_api | grep -E '^  "tag_name":' | awk -F'[-,]' '{print $2}' | sed 's/"//g')
_pkgver=$(curl -s $_api | grep -E '^  "name":' | awk '{print $2}' | sed 's/[",]//g')

oech3 commented on 2025-11-09 17:55 (UTC) (edited on 2025-11-12 06:45 (UTC) by oech3)

This works as VCS package since upstream does not have stable channel yet.

Use rpcs3-appimage if soname mismatch happen with -bin (or flag OOD or patchelf).

oech3 commented on 2025-11-09 17:19 (UTC)

I agree with wrong naming, but it's PM's judge.

italoghost commented on 2025-11-09 17:06 (UTC)

@oech3, I’ll recreate the rpcs3-latest-bin package (again). First of all, this package (rpcs3-bin) shouldn’t exist — upstream doesn’t provide any stable releases. Second, your PKGBUILD uses system libraries, which I try to avoid in this kind of package since the developers don’t support builds that aren’t distributed by them.

oech3 commented on 2025-11-09 16:15 (UTC)

-latest was finally merged to this. I can add you to co-maintainer if you want.

Kaleb commented on 2025-11-09 15:40 (UTC)

I submitted a orphan request, to keep this updated, not to delete it. Otherwise i would have submitted a deletion request. They have different purposes...

oech3 commented on 2025-11-09 10:26 (UTC)

@italoghost One of a PM's thought was this should be deduplicated by removing this and leaving rpcs3-bin. Please adopt it instead.