Date: Thursday, September 1, 2016 @ 10:29:33 Author: lcarlier Revision: 275647
upgpkg: vulkan-tools 1.0.21.0-1 upstream update 1.0.21.0 Modified: vulkan-tools/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-01 09:58:02 UTC (rev 275646) +++ PKGBUILD 2016-09-01 10:29:33 UTC (rev 275647) @@ -3,18 +3,19 @@ pkgbase=vulkan-tools pkgname=(vulkan-trace vulkan-extra-layers) -pkgver=1.0.17.0 -pkgrel=2 +pkgver=1.0.21.0 +pkgrel=1 arch=(i686 x86_64) url="http://lunarg.com/" license=('custom') depends=() makedepends=(git cmake wget python-lxml libxcb imagemagick) -source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz" - 'git://github.com/KhronosGroup/glslang.git#commit=4678ca9dacfec7a084dbc69bbe568bdad6889f1b' - 'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=37e4600c3efad7b1cfdc1df70a977be82eb3c811' +#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz" +source=("VulkanTools-sdk-1.0.21.0::git+https://github.com/LunarG/VulkanTools.git#commit=e0edb67f0642abbe95ccd351a410114f5961611c" + 'git://github.com/KhronosGroup/glslang.git#commit=e4821e43c86d97bcf65fb07c1f70471b7102978d' + 'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698' 'git://github.com/KhronosGroup/SPIRV-Headers') -sha256sums=('aa9ca1b8ffaca3af0a5310124a0fbf2af676e5d8ef2ef9e362b32b5bef9ada76' +sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP') @@ -26,12 +27,12 @@ # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479 # See https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681 git diff-index --quiet HEAD | true - #rc=${PIPESTATUS[0]} - #if (( $rc == 0 )) - #then - # echo "applying patch to revert glslang a5c33d" - # git apply "${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt - #fi + rc=${PIPESTATUS[0]} + if (( $rc == 0 )) + then + echo "applying patch to revert glslang a5c33d" + git apply "${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt + fi popd # reproduce some of the update_external_sources.sh script
