mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/vulkan-lunarg-tools to 1.1.92+10300+d76295924-1
This commit is contained in:
parent
24fe59a007
commit
272e1ff2d0
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
pkgbase=vulkan-lunarg-tools
|
||||
pkgname=(vulkan-trace vulkan-extra-layers)
|
||||
pkgver=1.1.85+10245+dcea7857b
|
||||
pkgver=1.1.92+10300+d76295924
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="http://lunarg.com/"
|
||||
license=('custom')
|
||||
depends=()
|
||||
makedepends=(git cmake python vulkan-headers vulkan-validation-layers vulkan-icd-loader glslang spirv-tools libx11 libxrandr wayland qt5-svg)
|
||||
source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=dcea7857b98d889004711bd726da347b7241c8b2")
|
||||
source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=d7629592480d552048ab29a6a4aefe72563c29f5")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
_install() {
|
||||
|
@ -29,7 +29,7 @@ _install() {
|
|||
pkgver() {
|
||||
cd "${srcdir}/VulkanLunargTools"
|
||||
|
||||
echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
echo 1.1.92+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue