Date: Tuesday, November 27, 2018 @ 17:50:19 Author: lcarlier Revision: 340444
upgpkg: vulkan-validation-layers 1.1.92+7939+cf2eda0c-1 upstream update 1.1.92 Modified: vulkan-validation-layers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-27 17:38:54 UTC (rev 340443) +++ PKGBUILD 2018-11-27 17:50:19 UTC (rev 340444) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=vulkan-validation-layers -pkgver=1.1.85+7854+b4f513e9 +pkgver=1.1.92+7939+cf2eda0c 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=b4f513e9d8af2986798756c3ca7f9ff972547e7c") +source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=cf2eda0c67913ac66032b12835b262ea269cdfa4") sha256sums=('SKIP') pkgver() { cd "${srcdir}/Vulkan-ValidationLayers" - echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) + echo 1.1.92+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) } build() {
