I'll add you. This is VCS-like package (until upstream provide stable release). So pipeline is not needed (yet).
Search Criteria
Package Details: rpcs3-bin 0.0.39_18695-1
Package Actions
| 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) |
Dependencies (19)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- glu (glu-gitAUR)
- libevdev (libevdev-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxkbcommon (libxkbcommon-gitAUR)
- openal (openal-gitAUR)
- opencv (opencv-cuda)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-multimedia
- qt6-svg
- sdl3 (sdl3-gitAUR, sdl3-noibus-gitAUR)
- systemd-libs (systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Required by (0)
Sources (1)
oech3 commented on 2025-11-18 06:24 (UTC) (edited on 2025-11-18 06:25 (UTC) by oech3)
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.
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-appimageif soname mismatch happen with-bin(or flag OOD orpatchelf).