summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58956f74903d..e88244bb98e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.2187
+ pkgver = 1.7.2208
pkgrel = 1
url = https://www.pcsx2.net
install = dev9.install
@@ -34,6 +34,8 @@ 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
+ sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 073e74c3d1f2..833ab9092b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.2187
+pkgver=1.7.2208
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -47,6 +47,7 @@ git+https://github.com/fmtlib/fmt.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
)
sha256sums=(SKIP)
@@ -64,6 +65,7 @@ prepare()
git config submodule.https://github.com/rtissera/libchdr.git.url libchdr
git config submodule.https://github.com/google/googletest.git.url gtest
git config submodule.https://github.com/mozilla/cubeb.git.url cubeb
+ git config submodule.https://github.com/KhronosGroup/Vulkan-Headers.git vulkan-headers
git submodule update
}
@@ -95,4 +97,5 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')