vulkan-loader: update to 1.3.204.1.

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

View File

@ -1,8 +1,8 @@
# Template file for 'vulkan-loader'
pkgname=vulkan-loader
version=1.2.182
version=1.3.204.1
revision=1
wrksrc="Vulkan-Loader-${version}"
wrksrc="Vulkan-Loader-sdk-${version}"
build_style=cmake
configure_args="-Wno-dev -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr
-DBUILD_TESTS=OFF"
@ -10,8 +10,8 @@ hostmakedepends="python3 pkg-config"
makedepends="Vulkan-Headers libxcb-devel libxkbcommon-devel wayland-devel
libXrandr-devel"
short_desc="Vulkan Installable Client Driver (ICD) loader"
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="Apache-2.0"
homepage="https://www.khronos.org/vulkan/"
distfiles="https://github.com/KhronosGroup/Vulkan-Loader/archive/v${version}.tar.gz"
checksum=0d1f9fde9d21642526e9baa55d30364c95035c4fe3c6db96836631991b44dd90
distfiles="https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-${version}.tar.gz"
checksum=5dcd42b564804f4c01891ddd429a4a5028113c4cf39b44256689e8f543773134

View File

@ -1,3 +1,3 @@
_pkgname=Vulkan-Loader
site="https://github.com/KhronosGroup/${_pkgname}/releases"
site="https://github.com/KhronosGroup/${_pkgname}/tags"
pattern="/releases/tag/sdk-\K\d.\d.\d+.\d(?=)"