* update spirv-headers to 1:1.3.296.0-1
This commit is contained in:
parent
17f8b6e1e9
commit
9164ea2d5d
13
spirv-headers/.SRCINFO
Normal file
13
spirv-headers/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
||||
pkgbase = spirv-headers
|
||||
pkgdesc = SPIR-V Headers
|
||||
pkgver = 1.3.296.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
|
||||
|
||||
pkgname = spirv-headers
|
5
spirv-headers/.nvchecker.toml
Normal file
5
spirv-headers/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[spirv-headers]
|
||||
source = "git"
|
||||
git = "https://github.com/KhronosGroup/SPIRV-Headers.git"
|
||||
prefix = "vulkan-sdk-"
|
||||
exclude_regex = "1.5.*|1.4.*|1.3.*|.*-rc.*"
|
@ -2,18 +2,19 @@
|
||||
# Maintainer: Daurnimator <daurnimator@archlinux.org>
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Maintainer: Bruno Pagani <archange@archlinux.org>
|
||||
# Maintainer: Robin Candau <antiz@archlinux.org>
|
||||
|
||||
pkgname=spirv-headers
|
||||
epoch=1
|
||||
pkgver=1.3.283.0
|
||||
pkgrel=1.1
|
||||
pkgver=1.3.296.0
|
||||
pkgrel=1
|
||||
pkgdesc="SPIR-V Headers"
|
||||
arch=(any)
|
||||
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=('2bb52f532a8a07d6eaf7e348fc79e798511740e3f6b3fb2d1de8834335598f57555c638e07e906935e94a26a1f71704f5ca1dd0dcc8d099b2d722d217f9591fa')
|
||||
sha512sums=('b4f975d3051eda41ef5c3a6efc832607a165adfd6f43d7af171d2c0446b227bdcb5de0017a081fa9e7a3d2710ba8583fadbc06c0a364043b2778b02818d01040')
|
||||
|
||||
build() {
|
||||
cmake -B build \
|
||||
|
Loading…
x
Reference in New Issue
Block a user