summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkenshen1122022-01-07 22:43:29 -0700
committerkenshen1122022-01-07 22:43:29 -0700
commit4c0d4586711635b71dbae1b5c6a5c70590b5c06d (patch)
treeaebe78c8a17ac30980623eea226182f7f33a5a16 /PKGBUILD
parent7b2cf5b7dc25327e915c725949bff561ba565f6b (diff)
downloadaur-4c0d4586711635b71dbae1b5c6a5c70590b5c06d.tar.gz
GS: Add a Vulkan renderer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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')