summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122022-10-04 13:21:31 -0700
committerkenshen1122022-10-04 13:21:31 -0700
commit6cc59206d06b45782da7f6db867a17d8c47e3637 (patch)
treee5ab14f7b70ea6c454d809447be395a89b24cfc3
parentaec07daff6e2a8224995d95a2e2acccba5e37d5d (diff)
downloadaur-6cc59206d06b45782da7f6db867a17d8c47e3637.tar.gz
Native DualShock 3 support in Windows by official Sony driver (sixaxis)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7e6bec273a3..13add2c555cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.3360.r0.g5d3b3319a
+ pkgver = 1.7.3368.r0.g7c3aa6516
pkgrel = 1
url = https://www.pcsx2.net
install = post.install
@@ -34,7 +34,6 @@ pkgbase = pcsx2-git
depends = qt6-tools
depends = qt6-svg
depends = soundtouch
- depends = clang
depends = wayland
depends = zstd
provides = pcsx2-qt
diff --git a/PKGBUILD b/PKGBUILD
index 9a841651c72b..940d56fdf009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.3360.r0.g5d3b3319a
+pkgver=1.7.3368.r0.g7c3aa6516
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -43,7 +43,6 @@ depends=(
qt6-tools
qt6-svg
soundtouch
- clang
wayland
zstd
)
@@ -90,8 +89,6 @@ build()
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
- -DCMAKE_CXX_COMPILER=clang++ \
- -DCMAKE_C_COMPILER=clang \
-DWAYLAND_API=ON \
-DQT_BUILD=ON \
-DXDG_STD=TRUE \