Date: Thursday, October 11, 2018 @ 14:54:40 Author: lcarlier Revision: 392635
upgpkg: lib32-vulkan-validation-layers 1.1.85+7854+b4f513e9-1 Sync with upstream tree - 1.1.85 Modified: lib32-vulkan-validation-layers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-11 14:34:53 UTC (rev 392634) +++ PKGBUILD 2018-10-11 14:54:40 UTC (rev 392635) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=lib32-vulkan-validation-layers -pkgver=1.1.82+7759+0cb86f5f +pkgver=1.1.85+7854+b4f513e9 pkgrel=1 arch=(x86_64) pkgdesc="Vulkan Validation Layers (32-bit)" @@ -9,13 +9,13 @@ license=('custom') depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers) makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git) -source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=0cb86f5f6d93b142f3610940b560304240318eb4") +source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=b4f513e9d8af2986798756c3ca7f9ff972547e7c") sha256sums=('SKIP') pkgver() { cd "${srcdir}/Vulkan-ValidationLayers" - echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) + echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) } build() {
