summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \