[arch-commits] Commit in spirv-tools/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Mon Apr 30 10:32:41 UTC 2018


    Date: Monday, April 30, 2018 @ 10:32:41
  Author: lcarlier
Revision: 323175

upgpkg: spirv-tools 2018.2-1

upstream update 2018.2

Modified:
  spirv-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-30 10:14:19 UTC (rev 323174)
+++ PKGBUILD	2018-04-30 10:32:41 UTC (rev 323175)
@@ -2,11 +2,8 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=spirv-tools
-pkgver=2018.0
-# SPIRV-Tools is unhelpfully versioned using commit messages like so:
-# https://github.com/KhronosGroup/SPIRV-Tools/commit/5f5fa3a3f1009f0db845d0c9ed76a39fcfe5b20c
-_commit=c430a41ae32c24bfc0ea87aac1bb19526caafb4e
-_spirv_headers_commit=ce309203d7eceaf908bea8862c27f3e0749f7d00
+pkgver=2018.2
+_spirv_headers_commit=3a4dbdde9a9b2cf23736694ba70262dce27fbeaa
 pkgrel=1
 pkgdesc="API and commands for processing SPIR-V modules"
 arch=('x86_64')
@@ -15,7 +12,7 @@
 groups=(vulkan-devel)
 depends=(gcc-libs)
 makedepends=(cmake python git)
-source=("git+git://github.com/KhronosGroup/SPIRV-Tools.git#commit=${_commit}"
+source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver}"
         "git+git://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit}")
 sha256sums=('SKIP'
             'SKIP')



More information about the arch-commits mailing list