summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-09-17 21:12:34 +0000
committerDaniel Bermond2020-09-17 21:12:34 +0000
commit6e07e938b3e10caf55162fb3050e03ad6b53af2f (patch)
treef727b031eb0e95a8cabd16ffaee79801de311f2d
parentd5484e28f6137d90f0a41e0e1f063faa6e1f36a6 (diff)
downloadaur-6e07e938b3e10caf55162fb3050e03ad6b53af2f.tar.gz
Updated to version 2020.09.17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c9bd1997d6c..ab490f0cfa6a 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.06.29
+ pkgver = 2020.09.17
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-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
+ source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2020-09-17
+ source = git+https://github.com/KhronosGroup/glslang.git#commit=517f39eee46f27c83527117d831c4d7e2f7c9fe3
+ source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=c341f7a6cd441d05ca1347ee39f2f03f32225c59
+ source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=3fdabd0da2932c276b25b9b4a988ba134eba1aa6
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b03a59ad636a..25889e401f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
-_glslang_commit='839704450200e407490c538418f4d1a493b789ab'
-_spirv_tools_commit='d4b9f576ebb48e716efe14c7ea634a11427fa34d'
-_spirv_headers_commit='11d7637e7a43cd88cfd4e42c99581dcb682936aa'
+_glslang_commit='517f39eee46f27c83527117d831c4d7e2f7c9fe3'
+_spirv_tools_commit='c341f7a6cd441d05ca1347ee39f2f03f32225c59'
+_spirv_headers_commit='3fdabd0da2932c276b25b9b4a988ba134eba1aa6'
pkgname=spirv-cross
-pkgver=2020.06.29
+pkgver=2020.09.17
pkgrel=1
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')