Date: Saturday, February 16, 2019 @ 08:33:31 Author: lcarlier Revision: 346354
upgpkg: vulkan-validation-layers 1.1.97.0+8073+35d091da-1 upstream update 1.1.97.0 Modified: vulkan-validation-layers/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-16 02:18:07 UTC (rev 346353) +++ PKGBUILD 2019-02-16 08:33:31 UTC (rev 346354) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=vulkan-validation-layers -pkgver=1.1.96+8010+ebef1f33 +pkgver=1.1.97.0+8073+35d091da pkgrel=1 pkgdesc="Vulkan Validation Layers" arch=(x86_64) @@ -10,13 +10,13 @@ depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11) makedepends=(cmake python-lxml libx11 libxrandr wayland git) #source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/releases/tag/sdk-${pkgver}) -source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=ebef1f33fe9b78d7b2f859a886d6e88dce849f23") +source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735") sha256sums=('SKIP') pkgver() { cd "${srcdir}/Vulkan-ValidationLayers" - echo 1.1.96+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) + echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) } build() { @@ -34,7 +34,6 @@ -DBUILD_WSI_XCB_SUPPORT=On \ -DBUILD_WSI_XLIB_SUPPORT=On \ -DBUILD_WSI_WAYLAND_SUPPORT=On \ - -DBUILD_WSI_MIR_SUPPORT=Off \ -DCMAKE_BUILD_TYPE=Release \ .. make
