mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/vulkan-tools to 1.2.135-1
This commit is contained in:
parent
a973d13317
commit
6524f72489
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# - cmake with -DBUILD_CUBE=OFF
|
||||
|
||||
pkgname=vulkan-tools
|
||||
pkgver=1.2.131.1
|
||||
pkgver=1.2.135
|
||||
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/sdk-${pkgver}.tar.gz")
|
||||
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz")
|
||||
#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398")
|
||||
sha256sums=('1b20ab2e0214966b5503fe2651d8a3d8d0267bfe096732f4871048e30c6bf92c')
|
||||
sha256sums=('6b497194fb2e06e41a9ab8c404ea3c82cca1fc1e0c540ffcd2905b9bebef5e84')
|
||||
|
||||
#pkgver() {
|
||||
# cd "${srcdir}"/Vulkan-Tools*
|
||||
|
|
Loading…
Reference in a new issue