extra/vulkan-tools to 1.1.97.0+6891+534747d7-1

This commit is contained in:
Kevin Mihelich 2019-02-16 16:09:15 +00:00
parent a5f82964e0
commit 9157b47261

View file

@ -4,7 +4,7 @@
# - cmake with -DBUILD_CUBE=OFF
pkgname=vulkan-tools
pkgver=1.1.96+6873+85ba793e
pkgver=1.1.97.0+6891+534747d7
pkgrel=1
arch=(x86_64)
url="https://www.khronos.org/vulkan/"
@ -12,13 +12,13 @@ pkgdesc="Vulkan Utilities and Tools"
license=('custom')
depends=(gcc-libs libxcb vulkan-icd-loader)
makedepends=(git cmake python vulkan-headers libx11 wayland)
source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=85ba793e025e381bfcc7988265cd472cd45e4396")
source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/Vulkan-Tools"
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() {