[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Sun Apr 28 01:13:26 UTC 2019
Date: Sunday, April 28, 2019 @ 01:13:25
Author: lcarlier
Revision: 352194
upgpkg: vulkan-icd-loader 1.1.107-1
upstream update 1.1.107
Modified:
vulkan-icd-loader/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-28 01:11:27 UTC (rev 352193)
+++ PKGBUILD 2019-04-28 01:13:25 UTC (rev 352194)
@@ -1,7 +1,7 @@
# Maintainer: Laurent Carlier <lordheavym at gmail.com>
pkgname=vulkan-icd-loader
-pkgver=1.1.101
+pkgver=1.1.107
pkgrel=1
arch=(x86_64)
pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -11,13 +11,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/v${pkgver}.tar.gz")
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43")
-sha256sums=('c789c2569c211fa655237e74a0ab116a75984d553e50381e8c2ae5f0ce5223ba')
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050")
+sha256sums=('4a20b7887612999d0190c7c405cde84d1e5367984755b6605359addc38c28f1f')
#pkgver() {
-# cd "${srcdir}"/Vulkan-Loader
+# cd "${srcdir}"/Vulkan-Loader*
#
-# echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+# echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
#}
build() {
More information about the arch-commits
mailing list