summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-01-17 01:48:17 +0000
committerDaniel Bermond2020-01-17 01:48:17 +0000
commit26fb6ac510034b98f79f2dacf49086b7e2974c86 (patch)
treeeddcb9d8a1fddef6127fc7987d5ea1d73de8bcde
parent8ef1a65edf46e78d96a2f6165ec88d98bca02236 (diff)
downloadaur-26fb6ac510034b98f79f2dacf49086b7e2974c86.tar.gz
Updated to version 2020.01.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b42d65c3838..d3f764b6989e 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.12.15
+ pkgver = 2020.01.16
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-12-15
+ source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=2020-01-16
source = git+https://github.com/KhronosGroup/glslang.git#commit=a4af7676feb011d61b1dfa8915bd41d9c5aaf22a
source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=e82a428605f6ce0a07337b36f8ba3935c9f165ac
source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=204cd131c42b90d129073719f2766293ce35c081
diff --git a/PKGBUILD b/PKGBUILD
index 9fe0783170f6..44a75b546781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _spirv_tools_commit='e82a428605f6ce0a07337b36f8ba3935c9f165ac'
_spirv_headers_commit='204cd131c42b90d129073719f2766293ce35c081'
pkgname=spirv-cross
-pkgver=2019.12.15
+pkgver=2020.01.16
pkgrel=1
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')