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

Laurent Carlier lcarlier at archlinux.org
Tue Sep 11 12:56:38 UTC 2018


    Date: Tuesday, September 11, 2018 @ 12:56:38
  Author: lcarlier
Revision: 334372

upgpkg: vulkan-headers 1:1.1.83+98+db09f95-1

upstream update 1.1.83

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 12:56:34 UTC (rev 334371)
+++ PKGBUILD	2018-09-11 12:56:38 UTC (rev 334372)
@@ -3,7 +3,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.1.82+97+c4e056d
+pkgver=1.1.83+98+db09f95
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,13 +14,13 @@
 provides=("vulkan-hpp=${pkgver}")
 groups=(vulkan-devel)
 #source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz")
-source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=c4e056d365472174471a243dfefbfe66a03564af")
+source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=db09f95ac00e44149f3894bf82c918e58277cfdb")
 sha256sums=('SKIP')
 
 pkgver() {
   cd Vulkan-Headers
 
-  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.83+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {



More information about the arch-commits mailing list