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

Laurent Carlier lcarlier at archlinux.org
Wed Feb 6 08:12:28 UTC 2019


    Date: Wednesday, February 6, 2019 @ 08:12:27
  Author: lcarlier
Revision: 345321

upgpkg: vulkan-icd-loader 1.1.99+3022+e1eafa18e-1

upstream update 1.1.99

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-06 08:09:54 UTC (rev 345320)
+++ PKGBUILD	2019-02-06 08:12:27 UTC (rev 345321)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=vulkan-icd-loader
-pkgver=1.1.96+3009+32d33e965
+pkgver=1.1.99+3022+e1eafa18e
 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=32d33e965089f3e3721a3c0834633e50b45ea903")
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43")
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-Loader"
 
-  echo 1.1.96+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {



More information about the arch-commits mailing list