mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vulkan-tools to 1.2.131.1-1
This commit is contained in:
parent
ddaa64bf3b
commit
3613aa93eb
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# - cmake with -DBUILD_CUBE=OFF
|
||||
|
||||
pkgname=vulkan-tools
|
||||
pkgver=1.1.130
|
||||
pkgver=1.2.131.1
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="https://www.khronos.org/vulkan/"
|
||||
|
@ -12,9 +12,9 @@ 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")
|
||||
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-${pkgver}.tar.gz")
|
||||
#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398")
|
||||
sha256sums=('5de87f7c13ee2fcdd9c35c1ca9540c04c12900d6d6d77efa3426a4dcf931ec2a')
|
||||
sha256sums=('1b20ab2e0214966b5503fe2651d8a3d8d0267bfe096732f4871048e30c6bf92c')
|
||||
|
||||
#pkgver() {
|
||||
# cd "${srcdir}"/Vulkan-Tools*
|
||||
|
|
Loading…
Reference in a new issue