[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Wed Oct 10 15:27:32 UTC 2018


    Date: Wednesday, October 10, 2018 @ 15:27:31
  Author: lcarlier
Revision: 336099

upgpkg: vulkan-icd-loader 1.1.85+2969+5abee6173-1

Sync with upstream tree - 1.1.85

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 15:05:30 UTC (rev 336098)
+++ PKGBUILD	2018-10-10 15:27:31 UTC (rev 336099)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=vulkan-icd-loader
-pkgver=1.1.82+2958+1f9a54573
+pkgver=1.1.85+2969+5abee6173
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -11,13 +11,13 @@
 depends=(glibc)
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: vulkan-intel/vulkan-radeon/nvidia-utils/....
 #source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-${pkgver}.tar.gz"
-source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=1f9a545738a1510ed5621c2e715c85aa2e79bcfa")
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=5abee6173f9656e881f859f7f823568a4ce19f0e")
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-Loader"
 
-  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