summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Oliveira2021-10-05 14:52:30 -0300
committerAlberto Oliveira2021-10-05 14:52:30 -0300
commit57b19ca10d13bd1f4c516d82fd90fe6d7092cd1f (patch)
treeb4d3faa8a991658fc6b422b1b2909f0c03c08ddd
parentea533985876cdb359b605533caa16106605ed282 (diff)
downloadaur-57b19ca10d13bd1f4c516d82fd90fe6d7092cd1f.tar.gz
Update SPIRV-Tools to 2021.3 and update SPIRV-Headers to latest working commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527b6a405452..1caf33341a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-spirv-tools
pkgdesc = API and commands for processing SPIR-V modules
- pkgver = 2021.2
+ pkgver = 2021.3
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-Tools
arch = i686
@@ -16,7 +16,7 @@ pkgbase = lib32-spirv-tools
depends = lib32-gcc-libs
depends = vulkan-tools
depends = spirv-tools
- source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v2021.2
+ source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v2021.3
source = git+https://github.com/KhronosGroup/SPIRV-Headers.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a7554192b238..127fe5ed4713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Alexandre Demers <alexandre.f.demers@gmail.com>
pkgname=lib32-spirv-tools
-pkgver=2021.2
+pkgver=2021.3
pkgrel=1
pkgdesc="API and commands for processing SPIR-V modules"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -32,7 +32,7 @@ prepare() {
alias widl=
cd "${srcdir}/SPIRV-Headers"
- git reset --hard cf00fad5b4374c1ee10b46659d2766797769a658
+ git reset --hard ae217c17809fadb232ec94b29304b4afcd417bb4
}
build() {