From 2d8c4ff99cb2bd02b930103b3abe4b680c1bb2fe Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 11 Jan 2019 00:53:29 +0100 Subject: [PATCH] Vulkan-Tools: update to 1.1.97. --- srcpkgs/Vulkan-Tools/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Vulkan-Tools/template b/srcpkgs/Vulkan-Tools/template index 73d1114ece5..e103991f5f5 100644 --- a/srcpkgs/Vulkan-Tools/template +++ b/srcpkgs/Vulkan-Tools/template @@ -1,8 +1,8 @@ # Template file for 'Vulkan-Tools' pkgname=Vulkan-Tools -version=1.1.92.0 +version=1.1.97 revision=1 -wrksrc="${pkgname}-sdk-${version}" +wrksrc="${pkgname}-${version}" build_style=cmake configure_args="-DGLSLANG_INSTALL_DIR=/usr -DBUILD_CUBE=$(vopt_if cube ON OFF) -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr" @@ -13,8 +13,8 @@ short_desc="Official Vulkan tools and utilities" maintainer="Arvin Ignaci " license="Apache-2.0" homepage="https://www.khronos.org/vulkan/" -distfiles="https://github.com/KhronosGroup/${pkgname}/archive/sdk-${version}.tar.gz" -checksum=a6f33646f2f5c2474625eb18569e4c621d6d952d465fd05f9ab4a9ece76ba979 +distfiles="https://github.com/KhronosGroup/${pkgname}/archive/v${version}.tar.gz" +checksum=ee45cb738ea7394a148f5f1c2b7b7d8b7d070feaf57a3f20b0ea5ac649864a68 build_options="cube" desc_option_cube="Build cube vulkan demo"