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

Laurent Carlier lcarlier at archlinux.org
Tue Nov 27 17:38:47 UTC 2018


    Date: Tuesday, November 27, 2018 @ 17:38:47
  Author: lcarlier
Revision: 340442

upgpkg: vulkan-icd-loader 1.1.92+2999+abe5c2b3c-1

upstream update 1.1.92

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 17:32:11 UTC (rev 340441)
+++ PKGBUILD	2018-11-27 17:38:47 UTC (rev 340442)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=vulkan-icd-loader
-pkgver=1.1.85+2969+5abee6173
+pkgver=1.1.92+2999+abe5c2b3c
 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=5abee6173f9656e881f859f7f823568a4ce19f0e")
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=abe5c2b3c33e42fff883d32d4c168556fb29b3ba")
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-Loader"
 
-  echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.92+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {
@@ -33,7 +33,6 @@
     -DBUILD_WSI_XCB_SUPPORT=On \
     -DBUILD_WSI_XLIB_SUPPORT=On \
     -DBUILD_WSI_WAYLAND_SUPPORT=On \
-    -DBUILD_WSI_MIR_SUPPORT=Off \
     -DCMAKE_BUILD_TYPE=Release \
     ..
   make



More information about the arch-commits mailing list