[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Wed Aug 15 16:08:50 UTC 2018
Date: Wednesday, August 15, 2018 @ 16:08:49
Author: lcarlier
Revision: 331537
upgpkg: vulkan-icd-loader 1.1.82+2958+1f9a54573-1
upstream update 1.1.82
Modified:
vulkan-icd-loader/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 16:04:21 UTC (rev 331536)
+++ PKGBUILD 2018-08-15 16:08:49 UTC (rev 331537)
@@ -2,7 +2,7 @@
# Maintainer: Laurent Carlier <lordheavym at gmail.com>
pkgname=vulkan-icd-loader
-pkgver=1.1.80+2940+da58202e9
+pkgver=1.1.82+2958+1f9a54573
pkgrel=1
arch=(x86_64)
pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -12,13 +12,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=da58202e9569eff53560b4c3a007de2297be40d2")
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=1f9a545738a1510ed5621c2e715c85aa2e79bcfa")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/Vulkan-Loader"
- echo 1.1.80+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+ echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
}
build() {
More information about the arch-commits
mailing list