[arch-commits] Commit in lib32-vulkan-loader-layers/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Thu Oct 26 15:32:18 UTC 2017


    Date: Thursday, October 26, 2017 @ 15:32:18
  Author: lcarlier
Revision: 264518

upgpkg: lib32-vulkan-loader-layers 1.0.61.1-2

quote the optionnal dependency

Modified:
  lib32-vulkan-loader-layers/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-26 13:39:10 UTC (rev 264517)
+++ PKGBUILD	2017-10-26 15:32:18 UTC (rev 264518)
@@ -5,7 +5,7 @@
 pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.61.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/"
 license=('custom')
@@ -43,7 +43,7 @@
 package_lib32-vulkan-icd-loader() {
   pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
   depends=(lib32-glibc)
-  optdepends=(lib32-vulkan-driver: packaged vulkan driver)
+  optdepends=('lib32-vulkan-driver: packaged vulkan driver')
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}/build"
   
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list