Skip to content
Snippets Groups Projects
Commit dced797b authored by Leo's avatar Leo
Browse files

main/spirv-headers: upgrade to 1.5.3

parent d86ee7be
No related branches found
No related tags found
1 merge request!7364main/spirv-headers: upgrade to 1.5.3
......@@ -2,17 +2,16 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=spirv-headers
_pkgname=SPIRV-Headers
pkgver=1.5.1
pkgrel=5
pkgver=1.5.3
pkgrel=0
pkgdesc="Machine-readable files for the SPIR-V Registry"
options="!check" # No testsuite
url="https://github.com/KhronosGroup/SPIRV-Headers"
arch="noarch"
license="GPL-3.0-or-later"
makedepends="cmake samurai"
source="$pkgname-$pkgver.corrected.tar.gz::https://github.com/KhronosGroup/$_pkgname/archive/$pkgver.corrected.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver.corrected"
source="$pkgname-$pkgver.tar.gz::https://github.com/KhronosGroup/SPIRV-Headers/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
cmake \
......@@ -21,7 +20,7 @@ build() {
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_LIBDIR=lib \
${CMAKE_CROSSOPTS} .
$CMAKE_CROSSOPTS .
ninja
}
......@@ -29,4 +28,4 @@ package() {
DESTDIR="$pkgdir" ninja install
}
sha512sums="92447b1b1eca6f0253265f36d67b00c0c79e93f6a707e27bd8239bd2f693c468a92b7f7c3bb3fde6bb091383baaff42d3b0bbfeb9ff5f952d8a0b9626b03848e spirv-headers-1.5.1.corrected.tar.gz"
sha512sums="f678cd66c61bfdff4650cf3e14ab9dfd2fe11566f0ac7c50148be412f4d217c55b71541e92a31d8b5ea51748048539ad7b2645f7d54abc146045fd4a8c06b5b1 spirv-headers-1.5.3.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment