* update spirv-headers to 1:1.4.304.0-1

This commit is contained in:
Alexander Baldeck 2025-01-30 09:46:32 +01:00
parent 5734fb5bd1
commit 9bac83d872
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = spirv-headers
pkgdesc = SPIR-V Headers
pkgver = 1.3.296.0
pkgver = 1.4.304.0
pkgrel = 1
epoch = 1
url = https://www.khronos.org/registry/spir-v/
arch = any
license = MIT
makedepends = cmake
source = https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.296.0/spirv-headers-1.3.296.0.tar.gz
sha512sums = b4f975d3051eda41ef5c3a6efc832607a165adfd6f43d7af171d2c0446b227bdcb5de0017a081fa9e7a3d2710ba8583fadbc06c0a364043b2778b02818d01040
source = https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.4.304.0/spirv-headers-1.4.304.0.tar.gz
sha512sums = 09d6a2e4f7758e8e6bd0c5036d8895befc96ea049b655d2786df4092a6f4ad4185a70ca83bd38683afb9b5e1ec45d8699a38d19774ca39c09f4f199fa1085946
pkgname = spirv-headers

View File

@ -6,7 +6,7 @@
pkgname=spirv-headers
epoch=1
pkgver=1.3.296.0
pkgver=1.4.304.0
pkgrel=1
pkgdesc="SPIR-V Headers"
arch=(any)
@ -14,7 +14,7 @@ url="https://www.khronos.org/registry/spir-v/"
license=('MIT')
makedepends=('cmake')
source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('b4f975d3051eda41ef5c3a6efc832607a165adfd6f43d7af171d2c0446b227bdcb5de0017a081fa9e7a3d2710ba8583fadbc06c0a364043b2778b02818d01040')
sha512sums=('09d6a2e4f7758e8e6bd0c5036d8895befc96ea049b655d2786df4092a6f4ad4185a70ca83bd38683afb9b5e1ec45d8699a38d19774ca39c09f4f199fa1085946')
build() {
cmake -B build \