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

Laurent Carlier lcarlier at archlinux.org
Sat Sep 22 09:08:46 UTC 2018


    Date: Saturday, September 22, 2018 @ 09:08:45
  Author: lcarlier
Revision: 335221

upgpkg: vulkan-headers 1:1.1.85+103+2fd5a24-1

upstream update 1.1.85

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-22 06:46:17 UTC (rev 335220)
+++ PKGBUILD	2018-09-22 09:08:45 UTC (rev 335221)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.1.83+98+db09f95
+pkgver=1.1.85+103+2fd5a24
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -13,13 +13,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=db09f95ac00e44149f3894bf82c918e58277cfdb")
+source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=2fd5a24ec4a6df303b2155b3f85b6b8c1d56f6c0")
 sha256sums=('SKIP')
 
 pkgver() {
   cd Vulkan-Headers
 
-  echo 1.1.83+$(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