summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Oliveira2021-06-02 18:41:38 -0300
committerAlberto Oliveira2021-06-02 18:41:38 -0300
commit2b809c3644e91e581cf92a82524e3bc17ba39e2a (patch)
tree626549cf232b906ee4ff7bd185719d0fe16ee8b0
parent59f9a499382dd4f66f45c55a87598b9b52f19231 (diff)
downloadaur-2b809c3644e91e581cf92a82524e3bc17ba39e2a.tar.gz
Update to 2021.1, remove fixed headers
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45bbaef1a18f..656b4f253774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous Maintainer: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname=lib32-spirv-tools
-pkgver=2020.5
+pkgver=2021.1
pkgrel=1
pkgdesc="API and commands for processing SPIR-V modules"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -18,8 +18,7 @@ makedepends=('cmake'
'git'
)
source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver}"
- # Temporary fixed tags for the header files.
- 'git+https://github.com/KhronosGroup/SPIRV-Headers.git#tag=1.5.3.reservations1'
+ 'git+https://github.com/KhronosGroup/SPIRV-Headers.git'
)
sha256sums=('SKIP'
'SKIP'
@@ -27,7 +26,7 @@ sha256sums=('SKIP'
prepare() {
mkdir -p build
-
+
alias widl=
}