extra/vulkan-lunarg-tools to 1.2.141.0+10646+e51f7617f-1

This commit is contained in:
Kevin Mihelich 2020-06-10 13:30:46 +00:00
parent 70913abe18
commit 1a5870d191

View file

@ -6,7 +6,7 @@
pkgbase=vulkan-lunarg-tools
pkgname=(vulkan-trace vulkan-extra-layers)
pkgver=1.2.135.0+10638+909f5297d
pkgver=1.2.141.0+10646+e51f7617f
pkgrel=1
arch=(x86_64)
url="http://lunarg.com/"
@ -14,7 +14,7 @@ license=('custom')
depends=()
makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz")
source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=909f5297d3bb32ea753e0099747d27cd30c32c2f")
source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=e51f7617f73ee8cfd8908dd7d8c6b92531c9831")
sha256sums=('SKIP')
_install() {
@ -30,7 +30,7 @@ _install() {
pkgver() {
cd "${srcdir}"/VulkanTools*
echo 1.2.135.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
echo 1.2.141.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
}
prepare() {