Date: Friday, March 12, 2021 @ 10:15:52 Author: lcarlier Revision: 409668
upgpkg: spirv-tools 2020.7-1: upstream update 2020.7 Modified: spirv-tools/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-12 10:03:18 UTC (rev 409667) +++ PKGBUILD 2021-03-12 10:15:52 UTC (rev 409668) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=spirv-tools -pkgver=2020.6 +pkgver=2020.7 pkgrel=1 pkgdesc="API and commands for processing SPIR-V modules" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('gcc-libs') makedepends=('cmake' 'python' 'git' 'ninja') source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver}" - "git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=f027d53ded7e230e008d37c8b47ede7cd308e19d") # for v2020.6 + "git+https://github.com/KhronosGroup/SPIRV-Headers.git") sha256sums=('SKIP' 'SKIP')
