summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeverin Kaderli2020-01-04 12:08:02 +0100
committerSeverin Kaderli2020-01-04 12:08:02 +0100
commit5f5db143e3fac16d9758aeaaac41154156aca1ec (patch)
tree3dd41f98548f60add88c86fb597d72905eeb17ad /PKGBUILD
parentc169c80b5e3117b6efda3268e42f4eac48960ebb (diff)
downloadaur-5f5db143e3fac16d9758aeaaac41154156aca1ec.tar.gz
Update PKGBUILD
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a763c5d3efd3..e0aef47bbb0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,23 @@ makedepends=(
'cmake'
'git'
'python'
+ 'vulkan-headers'
+ 'glslang'
+ 'gtest'
)
depends=(
'sdl2'
+ 'capstone'
+ 'spdlog'
+ 'unicorn'
+ 'yaml-cpp'
+ 'pugixml'
+ 'ffmpeg'
+ 'vulkan-icd-loader'
+ 'elfio'
+ 'stb'
+ 'discord-rpc-api'
+ 'spirv-cross'
)
provides=('vita3k')
conflicts=('vita3k')