mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/vulkan-lunarg-tools to 1.1.130+10614+a70d5d17e-1
This commit is contained in:
parent
636d5dbf95
commit
05a0b38bd4
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgbase=vulkan-lunarg-tools
|
||||
pkgname=(vulkan-trace vulkan-extra-layers)
|
||||
pkgver=1.1.126+10606+131235699
|
||||
pkgver=1.1.130+10614+a70d5d17e
|
||||
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=13123569926ba5ee0dea2f84993cffdf7b48b1a4")
|
||||
source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=a70d5d17e67c17d97eb80cbdfc82ef88b24c3a56")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
_install() {
|
||||
|
@ -30,7 +30,7 @@ _install() {
|
|||
pkgver() {
|
||||
cd "${srcdir}"/VulkanTools*
|
||||
|
||||
echo 1.1.126+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
echo 1.1.130+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue