Date: Wednesday, October 10, 2018 @ 15:32:49 Author: lcarlier Revision: 392102
upgpkg: lib32-vulkan-icd-loader 1.1.85+2969+5abee6173-1 Sync with upstream tree - 1.1.85 Modified: lib32-vulkan-icd-loader/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-10 14:04:02 UTC (rev 392101) +++ PKGBUILD 2018-10-10 15:32:49 UTC (rev 392102) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=lib32-vulkan-icd-loader -pkgver=1.1.82+2958+1f9a54573 +pkgver=1.1.85+2969+5abee6173 pkgrel=1 arch=(x86_64) pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)" @@ -10,13 +10,13 @@ makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland vulkan-headers git) depends=(lib32-glibc) optdepends=('lib32-vulkan-driver: packaged vulkan driver') -source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=1f9a545738a1510ed5621c2e715c85aa2e79bcfa") +source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=5abee6173f9656e881f859f7f823568a4ce19f0e") sha256sums=('SKIP') pkgver() { cd "${srcdir}/Vulkan-Loader" - 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() {
