mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vulkan-lunarg-tools to 1.2.141.0+10646+e51f7617f-1
This commit is contained in:
parent
70913abe18
commit
1a5870d191
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgbase=vulkan-lunarg-tools
|
pkgbase=vulkan-lunarg-tools
|
||||||
pkgname=(vulkan-trace vulkan-extra-layers)
|
pkgname=(vulkan-trace vulkan-extra-layers)
|
||||||
pkgver=1.2.135.0+10638+909f5297d
|
pkgver=1.2.141.0+10646+e51f7617f
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://lunarg.com/"
|
url="http://lunarg.com/"
|
||||||
|
@ -14,7 +14,7 @@ license=('custom')
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
|
makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
|
||||||
#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz")
|
#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz")
|
||||||
source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=909f5297d3bb32ea753e0099747d27cd30c32c2f")
|
source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=e51f7617f73ee8cfd8908dd7d8c6b92531c9831")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
_install() {
|
_install() {
|
||||||
|
@ -30,7 +30,7 @@ _install() {
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}"/VulkanTools*
|
cd "${srcdir}"/VulkanTools*
|
||||||
|
|
||||||
echo 1.2.135.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
echo 1.2.141.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue