extra/vulkan-tools to 1.2.146-1

This commit is contained in:
Kevin Mihelich 2020-07-14 13:45:33 +00:00
parent b485c65c38
commit 14e6e6bae7

View file

@ -4,7 +4,7 @@
# - cmake with -DBUILD_CUBE=OFF
pkgname=vulkan-tools
pkgver=1.2.141.0
pkgver=1.2.146
pkgrel=1
arch=(x86_64)
url="https://www.khronos.org/vulkan/"
@ -12,8 +12,8 @@ pkgdesc="Vulkan Utilities and Tools"
license=('custom')
depends=(gcc-libs libxcb vulkan-icd-loader)
makedepends=(git cmake python vulkan-headers libx11 wayland)
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-${pkgver}.tar.gz")
sha256sums=('bbadfc2fa72e55f1dcdbce5e6ff010ec3b1243cbf652c074de8c2a5e98b426ce')
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz")
sha256sums=('3a492120319422db102036928c0f2f7011077fcbe62e9b3b8b0de86de2ece620')
build() {
cd "${srcdir}"/Vulkan-Tools*