[arch-commits] Commit in vulkan-headers/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Wed Aug 15 16:04:17 UTC 2018
Date: Wednesday, August 15, 2018 @ 16:04:17
Author: lcarlier
Revision: 331535
upgpkg: vulkan-headers 1:1.1.82+97+c4e056d-1
upstream update 1.1.82
Modified:
vulkan-headers/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 15:59:33 UTC (rev 331534)
+++ PKGBUILD 2018-08-15 16:04:17 UTC (rev 331535)
@@ -3,8 +3,8 @@
pkgname=vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.1.80
-pkgrel=2
+pkgver=1.1.82+97+c4e056d
+pkgrel=1
epoch=1
pkgdesc="Vulkan header files"
arch=(any)
@@ -14,9 +14,15 @@
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=ec4eff88f79b74c4865f41bef0d6af9a46d53896")
+source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=c4e056d365472174471a243dfefbfe66a03564af")
sha256sums=('SKIP')
+pkgver() {
+ cd Vulkan-Headers
+
+ echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
build() {
cd Vulkan-Headers
More information about the arch-commits
mailing list