summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorProkop Randacek2022-06-06 21:08:38 +0200
committerProkop Randacek2022-06-06 21:08:38 +0200
commit4fd55f8b1d6ff71e9ab0e706f06777669fa99173 (patch)
treea0ebd7c734456dd0bc25f76d1fc690278a6cce46 /PKGBUILD
parentb721271abae40f27d06ce78034881b65d3f446fb (diff)
downloadaur-4fd55f8b1d6ff71e9ab0e706f06777669fa99173.tar.gz
add spirv headers as makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5f4ba133e30..5857a817e67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url='https://github.com/KhronosGroup/SPIRV-Tools'
license=('Apache')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-cmake' 'git' 'make' 'python')
+makedepends=('mingw-w64-cmake' 'mingw-w64-spirv-headers' 'git' 'make' 'python')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('909fc7e68049dca611ca2d57828883a86f503b0353ff78bc594eddc65eb882b9')