mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vulkan-tools to 1.2.141.0-1
This commit is contained in:
parent
30e321352e
commit
f17b02467d
1 changed files with 3 additions and 3 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue