summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-07-01 00:24:31 +0000
committerDaniel Bermond2020-07-01 00:24:31 +0000
commitd5484e28f6137d90f0a41e0e1f063faa6e1f36a6 (patch)
treeba28bf2cf77d1b6b41433c772375f17e47907141
parentca398f9fc07665d3345a519d1f8806aadd757534 (diff)
downloadaur-d5484e28f6137d90f0a41e0e1f063faa6e1f36a6.tar.gz
Updated to version 2020.06.29
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1ffe5089b39..2c9bd1997d6c 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.05.19
+ pkgver = 2020.06.29
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-05-19
- source = git+https://github.com/KhronosGroup/glslang.git#commit=7d65f09b83112c1ec9e29313cb9913ed2b850aa0
- source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=67f4838659f475d618c120e13d1a196d7e00ba4b
- source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=2ad0492fb00919d99500f1da74abf5ad3c870e4e
+ source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2020-06-29
+ source = git+https://github.com/KhronosGroup/glslang.git#commit=839704450200e407490c538418f4d1a493b789ab
+ source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=d4b9f576ebb48e716efe14c7ea634a11427fa34d
+ source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=11d7637e7a43cd88cfd4e42c99581dcb682936aa
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 02c781b7f518..b03a59ad636a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
-_glslang_commit='7d65f09b83112c1ec9e29313cb9913ed2b850aa0'
-_spirv_tools_commit='67f4838659f475d618c120e13d1a196d7e00ba4b'
-_spirv_headers_commit='2ad0492fb00919d99500f1da74abf5ad3c870e4e'
+_glslang_commit='839704450200e407490c538418f4d1a493b789ab'
+_spirv_tools_commit='d4b9f576ebb48e716efe14c7ea634a11427fa34d'
+_spirv_headers_commit='11d7637e7a43cd88cfd4e42c99581dcb682936aa'
pkgname=spirv-cross
-pkgver=2020.05.19
+pkgver=2020.06.29
pkgrel=1
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')