Package Details: pcsx2-git 2.7.356.r0.ga19b3747ea-1

Git Clone URL: https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy)
Package Base: pcsx2-git
Description: PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0-or-later
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: weirdbeard (xiota)
Last Packager: weirdbeard
Votes: 135
Popularity: 0.46
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2026-05-20 22:27 (UTC)

Pinned Comments

weirdbeard commented on 2024-08-17 03:40 (UTC)

https://github.com/PCSX2/pcsx2/pull/11632

This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2

In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.

Latest Comments

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

HurricanePootis commented on 2026-05-20 15:38 (UTC)

@weirdbeard take ur time, AUR has been a bit weird lately

weirdbeard commented on 2026-05-20 11:59 (UTC)

Working on it rn, but for some reason having ssh push issues

HurricanePootis commented on 2026-05-20 08:47 (UTC)

Hi, I've recently built pcsx2-git in a clean chroot (using extra-x86-64-build) and have discovered that a lot of the depends are not accurate (using namcap). I propose the following changes:

  1. Add dbus, curl, fontconfig, freetype2, glibc, libgcc, libjpeg-turbo, libstdc++, libwebp, libx11, lz4, systemd-libs, zlib, & zstd
  2. Removed alsa-lib, libaio, qt6-svg, soundtouch, wayland, xcb-util-cursor.

This reflects multiple years of progress for PCSX2. If you have any questions on how I discovered this, let me know. Even with my own -git packages, whenever I come back to them after a while, I discover that depends can change a lot.

diff --git a/PKGBUILD b/PKGBUILD
index df6f5d2..4707558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Themaister <maister@archlinux.us>

 pkgname=pcsx2-git
-pkgver=2.7.240.r0.gdc6c4d7e4e
+pkgver=2.7.356.r0.ga19b3747ea
 pkgrel=1
 pkgdesc='PlayStation 2 emulator'
 arch=(x86_64)
@@ -15,27 +15,35 @@ license=(
 )

 depends=(
-    alsa-lib
+    curl
+    dbus
     ffmpeg
+    fontconfig
+    freetype2
+    glibc
     hicolor-icon-theme
-    libaio
+    kddockwidgets
     libbacktrace
+    libgcc
     libglvnd
+    libjpeg-turbo
     libpcap
     libpng
+    libstdc++
+    libwebp
+    libx11
     libxi
     libxrandr
-    qt6-base
-    qt6-svg
+    lz4
     plutosvg
     plutovg
+    qt6-base
+    rapidyaml
     sdl3
     shaderc
-    soundtouch
-    wayland
-    xcb-util-cursor
-    kddockwidgets
-    rapidyaml
+    systemd-libs
+    zlib
+    zstd
 )
 makedepends=(
     7zip
@@ -115,3 +123,4 @@ sha256sums=(
     'SKIP'
     'SKIP'
 )
+

Also, I did a sort on the depends and makedepends in order to get them in alphabetical order again, which is why some depedencies have moved.

weirdbeard commented on 2026-04-06 03:20 (UTC)

It's fixed

weirdbeard commented on 2026-04-03 23:09 (UTC)

You're good :) I worded it weird

weirdbeard commented on 2026-04-03 22:52 (UTC)

@Xiota, wasn't planning on it

weirdbeard commented on 2026-04-03 22:03 (UTC)

https://github.com/PCSX2/pcsx2/pull/14207

Yeah the rapid yaml dependency. Tried adding it but the issue persists. I think we'll need a custom AUR dependency, or an extra added build script