SPIRV-Headers: update to 1.3.7.
This commit is contained in:
parent
7c330ededb
commit
4bb46dbee2
|
@ -1,25 +1,17 @@
|
|||
# Template file for 'SPIRV-Headers'
|
||||
pkgname=SPIRV-Headers
|
||||
version=1.3.74
|
||||
reverts="1.3.37_1 1.3.44_1 1.3.47_1 1.3.51_1 1.3.60_1 1.3.65_1 1.3.70_1 1.3.74_1"
|
||||
version=1.3.7
|
||||
revision=1
|
||||
_githash=a946e7319a9eeb5391f35638c53ae51437b0f5ab
|
||||
archs=noarch
|
||||
wrksrc="${pkgname}-${_githash}"
|
||||
build_style=cmake
|
||||
short_desc="Machine-readable files for the SPIR-V Registry"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/KhronosGroup/SPIRV-Headers"
|
||||
distfiles="https://github.com/KhronosGroup/SPIRV-Headers/archive/${_githash}.tar.gz"
|
||||
checksum=63f891deb7b2df61a6b348c23429d20ad4b41f66c15756e7adee698b5b72708f
|
||||
distfiles="https://github.com/KhronosGroup/SPIRV-Headers/archive/${version}.tar.gz"
|
||||
checksum=60c48b0bd0c364a69edd36ddf576a6b440babc99d9822961accbbcbc5794dd7e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
# This package has no stable releases from upstream so we use the version
|
||||
# of the standard followed by the number of commits taken from their GitHub
|
||||
# since the standard was introduced
|
||||
#
|
||||
# for the current version 1.3 use:
|
||||
# git rev-list --count 02ffc719aa9f9c1dce5ce05743fb1afe6cbf17ea..HEAD
|
||||
|
|
Loading…
Reference in New Issue