* update vulkan-headers to 1:1.3.257-1

This commit is contained in:
Alexander Baldeck 2023-07-21 21:38:09 +02:00
parent 0c926c47e9
commit 74b94edfce

View File

@ -3,7 +3,7 @@
pkgname=vulkan-headers
_pkgname=Vulkan-Headers
pkgver=1.3.255
pkgver=1.3.257
pkgrel=1
epoch=1
pkgdesc="Vulkan header files"
@ -14,7 +14,7 @@ makedepends=(cmake git)
provides=("vulkan-hpp=${pkgver}")
groups=(vulkan-devel)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz")
sha256sums=('8e1db7041ad6dbaf4f3326a297b4aee17f3178a0d1cf9cd76a3f934c855357b5')
sha256sums=('e3ee02eff07ebcdb0ddfd06366d986c889f3392b6c4d79615bb06aefc1fda900')
build() {
cd Vulkan-Headers*