summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-01-16 18:17:06 +0000
committerDaniel Bermond2021-01-16 18:17:06 +0000
commit3f3ada1cb3d3801d11947263155ee8b2299f3535 (patch)
treef5159759f0dc8bbbcbd364709914a23c07650393
parent6e07e938b3e10caf55162fb3050e03ad6b53af2f (diff)
downloadaur-3f3ada1cb3d3801d11947263155ee8b2299f3535.tar.gz
Update to version 2021.01.15
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab490f0cfa6a..f744f4741420 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.09.17
+ pkgver = 2021.01.15
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-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
+ source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2021-01-15
+ source = git+https://github.com/KhronosGroup/glslang.git#commit=3de5cfe50edecd001e6d703555284d9b10b3dd57
+ source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=f3ccb633dfd7c5de1f9f0a2d2e9d7a25f2478206
+ source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=f027d53ded7e230e008d37c8b47ede7cd308e19d
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 25889e401f45..f2be2c7c2901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
-_glslang_commit='517f39eee46f27c83527117d831c4d7e2f7c9fe3'
-_spirv_tools_commit='c341f7a6cd441d05ca1347ee39f2f03f32225c59'
-_spirv_headers_commit='3fdabd0da2932c276b25b9b4a988ba134eba1aa6'
+_glslang_commit='3de5cfe50edecd001e6d703555284d9b10b3dd57'
+_spirv_tools_commit='f3ccb633dfd7c5de1f9f0a2d2e9d7a25f2478206'
+_spirv_headers_commit='f027d53ded7e230e008d37c8b47ede7cd308e19d'
pkgname=spirv-cross
-pkgver=2020.09.17
+pkgver=2021.01.15
pkgrel=1
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')