summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-04-10 20:57:11 +0000
committerDaniel Bermond2020-04-10 20:57:11 +0000
commitc77892d1fb6432a21511f5a4df5464dcc8f2c81b (patch)
treeb4874aeeab6b72a8b78e385bb73f58ab43fbf771
parent3a036cf36d3b2e944303d3b37ac68a0964f3b8e7 (diff)
downloadaur-c77892d1fb6432a21511f5a4df5464dcc8f2c81b.tar.gz
Updated to version 2020.04.03
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ffe0b4d584..43118716c402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spirv-cross
pkgdesc = A tool and library for parsing and converting SPIR-V to other shader languages
- pkgver = 2020.02.26
+ pkgver = 2020.04.03
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-Cross/
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = spirv-cross
makedepends = python
makedepends = python-nose
depends = gcc-libs
- source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2020-02-26
- source = git+https://github.com/KhronosGroup/glslang.git#commit=c008fcb8cc0f6a413162fb5236d0c548cc1e0ef6
- source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=79f8caf9154a0328a87424354bd10ab69e811185
- source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=5dbc1c32182e17b8ab8e8158a802ecabaf35aad3
+ source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2020-04-03
+ source = git+https://github.com/KhronosGroup/glslang.git#commit=344bd0889ac98c5369df2bf359d0369e3d235b62
+ source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=fd773eb50d628c1981338addc093df879757c2cf
+ source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=f8bf11a0253a32375c32cad92c841237b96696c0
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1e70ddf4be30..544eb258ea39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
-_glslang_commit='c008fcb8cc0f6a413162fb5236d0c548cc1e0ef6'
-_spirv_tools_commit='79f8caf9154a0328a87424354bd10ab69e811185'
-_spirv_headers_commit='5dbc1c32182e17b8ab8e8158a802ecabaf35aad3'
+_glslang_commit='344bd0889ac98c5369df2bf359d0369e3d235b62'
+_spirv_tools_commit='fd773eb50d628c1981338addc093df879757c2cf'
+_spirv_headers_commit='f8bf11a0253a32375c32cad92c841237b96696c0'
pkgname=spirv-cross
-pkgver=2020.02.26
+pkgver=2020.04.03
pkgrel=1
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')