summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-09-06 17:35:47 +0000
committerDaniel Bermond2019-09-06 17:35:47 +0000
commit7588546a1f9ecfa1fadc49642cbbf6a5603b4bca (patch)
treeae3b12cc490199c530587278ba57998e8530fb6e
parent9d689eb62f33bdfff5b0657872f60e8f227fb3cf (diff)
downloadaur-7588546a1f9ecfa1fadc49642cbbf6a5603b4bca.tar.gz
Updated to version 2019.09.06
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb6ff5f4b5b8..7c3b126952e0 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 = 2019.07.26
+ pkgver = 2019.09.06
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-Cross/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = spirv-cross
makedepends = python
makedepends = python-nose
depends = gcc-libs
- source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2019-07-26
+ source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2019-09-06
source = git+https://github.com/KhronosGroup/glslang.git#commit=25a508cc735109cc4e382c3a1cc293a9452a41f3
source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=55adf4cf707bb12c29fc12f784ebeaa29a819e9b
source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=29c11140baaf9f7fdaa39a583672c556bf1795a1
diff --git a/PKGBUILD b/PKGBUILD
index a9fadab43a6a..f81c6927b7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _spirv_tools_commit='55adf4cf707bb12c29fc12f784ebeaa29a819e9b'
_spirv_headers_commit='29c11140baaf9f7fdaa39a583672c556bf1795a1'
pkgname=spirv-cross
-pkgver=2019.07.26
+pkgver=2019.09.06
pkgrel=1
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')