summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Kaderli2020-01-04 12:33:00 +0100
committerSeverin Kaderli2020-01-04 12:33:00 +0100
commit344dd179506ab5d462832333d78890349446678d (patch)
tree32bf811fe856f7d0fc688f5327e0f3085e7de693
parentbe7575eda6c1fa9d3e796ccbf8769cb6cbe95496 (diff)
downloadaur-344dd179506ab5d462832333d78890349446678d.tar.gz
Update dependencies
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9328e790222a..b984713290dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = vita3k-git
makedepends = vulkan-headers
makedepends = glslang
makedepends = gtest
+ depends = boost
+ depends = gtk3
depends = sdl2
depends = capstone
depends = spdlog
@@ -42,7 +44,6 @@ pkgbase = vita3k-git
source = git+https://github.com/google/googletest.git
source = git+https://github.com/Vita3K/shaders-db.git
source = git+https://github.com/KhronosGroup/glslang.git
- source = git+https://github.com/vita3k/SPIRV-Cross.git
source = git+https://github.com/Vita3K/ext-boost.git
source = git+https://github.com/Vita3K/dlmalloc.git
source = git+https://github.com/vita3k/printf.git
@@ -83,7 +84,6 @@ pkgbase = vita3k-git
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- md5sums = SKIP
pkgname = vita3k-git
diff --git a/PKGBUILD b/PKGBUILD
index 36be9cf284e0..8ec9fe23bbbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ depends=(
'elfio'
'stb'
'discord-rpc-api'
+ 'spirv-cross'
)
provides=('vita3k')
conflicts=('vita3k')
@@ -51,7 +52,6 @@ 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,7 +94,6 @@ md5sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
)
pkgver() {
@@ -120,7 +119,6 @@ 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"