Vulkan-ValidationLayers: update to 1.3.204.1.

This commit is contained in:
tibequadorian 2022-02-17 22:14:41 +01:00 committed by Echo
parent e3e47b13ba
commit f0a036a6a4
2 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,16 @@
# Template file for 'Vulkan-ValidationLayers' # Template file for 'Vulkan-ValidationLayers'
pkgname=Vulkan-ValidationLayers pkgname=Vulkan-ValidationLayers
version=1.2.162 version=1.3.204.1
revision=1 revision=1
wrksrc="Vulkan-ValidationLayers-sdk-${version}"
build_style=cmake build_style=cmake
configure_args="-Wno-dev -DSPIRV_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr configure_args="-Wno-dev -DBUILD_LAYER_SUPPORT_FILES=ON"
-DGLSLANG_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -DBUILD_LAYER_SUPPORT_FILES=ON"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="Vulkan-Headers libXrandr-devel wayland-devel glslang-devel makedepends="Vulkan-Headers libXrandr-devel wayland-devel glslang-devel
SPIRV-Tools-devel SPIRV-Headers" SPIRV-Tools-devel SPIRV-Headers robin-hood-hashing"
short_desc="Khronos official Vulkan validation layers" short_desc="Khronos official Vulkan validation layers"
maintainer="Colin Gillespie <colin@breavyn.com>" maintainer="tibequadorian <tibequadorian@posteo.de>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://www.khronos.org/vulkan/" homepage="https://www.khronos.org/vulkan/"
distfiles="https://github.com/KhronosGroup/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${version}.tar.gz"
checksum=83619b81a86e733383a71ea54f0f5e64e194bf596ee8ec4e36217bb0b29b8917 checksum=a5e658a4c1f504ae38488acdbe2ab2799e2ae4b626104d76776f1c24b079f341

View file

@ -0,0 +1 @@
pattern="/sdk-\K[0-9.]+(?=.tar.gz)"