summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02b0e54203d1..17881de86ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ arch=(any)
url="https://www.khronos.org/vulkan/"
pkgdesc="Vulkan Validation Layers (mingw-w64)"
license=('custom')
-depends=(mingw-w64-vulkan-icd-loader mingw-w64-spirv-tools)
-makedepends=(mingw-w64-cmake python-lxml mingw-w64-vulkan-headers mingw-w64-spirv-headers)
+depends=(mingw-w64-vulkan-icd-loader)
+makedepends=(mingw-w64-cmake python-lxml mingw-w64-vulkan-headers)
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz")
sha256sums=('0e29bf2545658177d37052bcce09f29d3f464caf31d00a84c37368dd1a660d29')