[arch-commits] Commit in vulkan-headers/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Fri Jan 4 10:00:11 UTC 2019
Date: Friday, January 4, 2019 @ 10:00:10
Author: lcarlier
Revision: 342945
upgpkg: vulkan-headers 1:1.1.96+116+f54e45b-1
upstream update 1.1.96
Modified:
vulkan-headers/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-04 08:13:35 UTC (rev 342944)
+++ PKGBUILD 2019-01-04 10:00:10 UTC (rev 342945)
@@ -2,7 +2,7 @@
pkgname=vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.1.92+111+114c354
+pkgver=1.1.96+116+f54e45b
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=114c3546e195819bd53a34b39f5194b2989a5b12")
+source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=f54e45b92374b99de8556cacffc3602a03187b68")
sha256sums=('SKIP')
pkgver() {
cd Vulkan-Headers
- echo 1.1.92+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+ echo 1.1.96+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
}
build() {
More information about the arch-commits
mailing list