extra/vulkan-lunarg-tools to 1.2.131.1+10620+7c5f4d78b-1

This commit is contained in:
Kevin Mihelich 2020-03-21 11:36:03 +00:00
parent 64dec3abd0
commit a973d13317

View file

@ -6,7 +6,7 @@
pkgbase=vulkan-lunarg-tools
pkgname=(vulkan-trace vulkan-extra-layers)
pkgver=1.1.130+10614+a70d5d17e
pkgver=1.2.131.1+10620+7c5f4d78b
pkgrel=1
arch=(x86_64)
url="http://lunarg.com/"
@ -14,7 +14,7 @@ license=('custom')
depends=()
makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
#source=("https://github.com/LunarG/VulkanTools/archive/v${pkgver}.tar.gz")
source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=a70d5d17e67c17d97eb80cbdfc82ef88b24c3a56")
source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=7c5f4d78b0962bd42ca124b4cfab69a8764bf1b7")
sha256sums=('SKIP')
_install() {
@ -30,7 +30,7 @@ _install() {
pkgver() {
cd "${srcdir}"/VulkanTools*
echo 1.1.130+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
echo 1.2.131.1+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
}
prepare() {