summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ec9fe23bbbc..36be9cf284e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,6 @@ depends=(
'elfio'
'stb'
'discord-rpc-api'
- 'spirv-cross'
)
provides=('vita3k')
conflicts=('vita3k')
@@ -52,6 +51,7 @@ source=(
"git+https://github.com/google/googletest.git"
"git+https://github.com/Vita3K/shaders-db.git"
"git+https://github.com/KhronosGroup/glslang.git"
+ "git+https://github.com/vita3k/SPIRV-Cross.git"
"git+https://github.com/Vita3K/ext-boost.git"
"git+https://github.com/Vita3K/dlmalloc.git"
"git+https://github.com/vita3k/printf.git"
@@ -94,6 +94,7 @@ md5sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
pkgver() {
@@ -119,6 +120,7 @@ prepare() {
git config submodule.src/external/googletest.url "${srcdir}/googletest"
git config submodule.src/external/shaders-db.url "${srcdir}/shaders-db"
git config submodule.src/external/glslang.url "${srcdir}/glslang"
+ git config submodule.src/external/SPIRV-Cross.url "${srcdir}/SPIRV-Cross"
git config submodule.src/external/boost.url "${srcdir}/ext-boost"
git config submodule.src/external/dlmalloc.url "${srcdir}/dlmalloc"
git config submodule.src/external/printf.url "${srcdir}/printf"