* update vulkan-headers to 1:1.3.269-1

This commit is contained in:
Alexander Baldeck 2023-12-08 13:47:18 +01:00
parent dad8ac48c4
commit bb732defb7

View File

@ -3,8 +3,8 @@
pkgname=vulkan-headers
_pkgname=Vulkan-Headers
pkgver=1.3.264
pkgrel=2
pkgver=1.3.269
pkgrel=1
epoch=1
pkgdesc="Vulkan header files"
arch=(any)
@ -13,10 +13,8 @@ license=('APACHE')
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"
vulkan_hpp_macros.hpp)
sha256sums=('bdce6a99f0e5869a341946ee0a92eef270ef9b4b106e82f238aa68aeb2cd4995'
'f04edce292c8a6971c058ce98015ceae7d1efc184213a468cb679293900e1fe3')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz")
sha256sums=('1637f36a023bd148315f66efb7974861adf22cd1f6d690bdf00ee15ce91d5367')
build() {
cd Vulkan-Headers*
@ -32,5 +30,4 @@ package() {
cd Vulkan-Headers*/build
make DESTDIR="${pkgdir}" install
install -m655 ${srcdir}/vulkan_hpp_macros.hpp ${pkgdir}/usr/include/vulkan/
}