summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a46357d93574..226f3356f37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.2243
+ pkgver = 1.7.2264
pkgrel = 1
url = https://www.pcsx2.net
install = dev9.install
@@ -25,6 +25,7 @@ pkgbase = pcsx2-git
depends = soundtouch
depends = wxgtk3
depends = wayland
+ depends = vulkan-headers
depends = rapidyaml-git
provides = pcsx2
conflicts = pcsx2
@@ -35,7 +36,6 @@ pkgbase = pcsx2-git
source = git+https://github.com/rtissera/libchdr.git
source = git+https://github.com/google/googletest.git
source = git+https://github.com/mozilla/cubeb.git
- source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
source = git+https://github.com/KhronosGroup/glslang.git
sha256sums = SKIP
sha256sums = SKIP
@@ -44,6 +44,5 @@ pkgbase = pcsx2-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 9ae3853b70d1..30175738b498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.2243
+pkgver=1.7.2264
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -30,6 +30,7 @@ depends=(
soundtouch
wxgtk3
wayland
+ vulkan-headers
rapidyaml-git # only exists in the AUR
)
makedepends=(
@@ -48,7 +49,6 @@ git+https://github.com/ocornut/imgui.git
git+https://github.com/rtissera/libchdr.git
git+https://github.com/google/googletest.git
git+https://github.com/mozilla/cubeb.git
-git+https://github.com/KhronosGroup/Vulkan-Headers.git
git+https://github.com/KhronosGroup/glslang.git
)
sha256sums=(SKIP)
@@ -69,7 +69,6 @@ prepare()
git config submodule.https://github.com/mozilla/cubeb.git.url cubeb
git config submodule.https://github.com/ocornut/imgui.git.url imgui
git config submodule.https://github.com/KhronosGroup/glslang.git glslang
- git config submodule.https://github.com/KhronosGroup/Vulkan-Headers.git Vulkan-Headers
git submodule update
}
@@ -84,6 +83,7 @@ build()
-DUSE_SYSTEM_YAML=TRUE \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DWAYLAND_API=ON \
+ -USE_VULKAN=ON \
-GNinja \
-DPACKAGE_MODE=ON \
-DXDG_STD=TRUE \
@@ -103,5 +103,4 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')