extra/vulkan-tools to 1.2.141.0-1

This commit is contained in:
Kevin Mihelich 2020-06-24 12:30:56 +00:00
parent 30e321352e
commit f17b02467d

View file

@ -4,7 +4,7 @@
# - cmake with -DBUILD_CUBE=OFF
pkgname=vulkan-tools
pkgver=1.2.140
pkgver=1.2.141.0
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/v${pkgver}.tar.gz")
sha256sums=('2e2c92914794408d2326cc2b0f37c70402a7ee81eecc75f90407b612cdd889e1')
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-${pkgver}.tar.gz")
sha256sums=('bbadfc2fa72e55f1dcdbce5e6ff010ec3b1243cbf652c074de8c2a5e98b426ce')
build() {
cd "${srcdir}"/Vulkan-Tools*