[arch-commits] Commit in vulkan-tools/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Wed Oct 10 15:39:30 UTC 2018
Date: Wednesday, October 10, 2018 @ 15:39:29
Author: lcarlier
Revision: 336101
upgpkg: vulkan-tools 1.1.85+6836+500b9c39-1
Sync with upstream tree - 1.1.85
Modified:
vulkan-tools/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-10 15:27:38 UTC (rev 336100)
+++ PKGBUILD 2018-10-10 15:39:29 UTC (rev 336101)
@@ -1,7 +1,7 @@
# Maintainer: Laurent Carlier <lordheavym at gmail.com>
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/"
@@ -9,13 +9,13 @@
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() {
More information about the arch-commits
mailing list