vulkan: fix typo

This commit is contained in:
Gerasim Troeglazov
2022-03-14 16:00:25 +10:00
parent 9ab0ead826
commit 24bdf13618

View File

@@ -11,7 +11,7 @@ layers, between an application and the drivers."
HOMEPAGE="https://www.vulkan.org/"
COPYRIGHT="2014-2022 The Khronos Group Inc."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v$portVersion.tar.gz"
SOURCE_FILENAME="Vulkan-Loader-$portVersion.tar.gz"
CHECKSUM_SHA256="a431c627f36f90ce8d1aa752e7a37838db569760a54bb97edaee35dae4743118"
@@ -30,7 +30,7 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
vulkan$secondaryArchSuffix = $portVersion
lib:libvulkan$secondaryArchSuffix = libVersionCompat
lib:libvulkan$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -38,7 +38,7 @@ REQUIRES="
PROVIDES_devel="
vulkan${secondaryArchSuffix}_devel = $portVersion
devel:libvulkan$secondaryArchSuffix = libVersionCompat
devel:libvulkan$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
vulkan$secondaryArchSuffix == $portVersion base