mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vulkan-tools to 1.1.85+6836+500b9c39-1
This commit is contained in:
parent
7c2fd4b3a4
commit
801616b25c
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
# $Id$
|
||||
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - cmake with -DBUILD_CUBE=OFF
|
||||
|
||||
pkgname=vulkan-tools
|
||||
pkgver=1.1.82+6821+ca05ec7c
|
||||
pkgver=1.1.85+6836+500b9c39
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="https://www.khronos.org/vulkan/"
|
||||
|
@ -13,13 +12,13 @@ pkgdesc="Vulkan Utilities and Tools"
|
|||
license=('custom')
|
||||
depends=(gcc-libs libxcb vulkan-icd-loader)
|
||||
makedepends=(git cmake python vulkan-headers libx11 wayland)
|
||||
source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=ca05ec7c9706eb2949e489b4719fe499b0059d36")
|
||||
source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=500b9c39a71fdd1a20e42c6604d62d83dfabf47c")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/Vulkan-Tools"
|
||||
|
||||
echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue