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

Laurent Carlier lcarlier at archlinux.org
Sat Dec 3 06:51:20 UTC 2016


    Date: Saturday, December 3, 2016 @ 06:51:19
  Author: lcarlier
Revision: 197785

upgpkg: lib32-vulkan-loader-layers 1.0.33.0-1

upstream update 1.0.33.0

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

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-03 03:27:17 UTC (rev 197784)
+++ PKGBUILD	2016-12-03 06:51:19 UTC (rev 197785)
@@ -4,8 +4,8 @@
 pkgbase=lib32-vulkan-loader-layers
 pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.30.0
-pkgrel=3
+pkgver=1.0.33.0
+pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/"
 license=('custom')
@@ -12,7 +12,7 @@
 depends=()
 makedepends=(git cmake python-lxml lib32-libx11 lib32-wayland)
 source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz")
-sha256sums=('c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc')
+sha256sums=('b8aba6c614e4e95024384f7b239c39683fd36e1dc37f65f86793b8e2738d4445')
 
 build() {
   export CC="gcc -m32"
@@ -43,7 +43,8 @@
 
 package_lib32-vulkan-icd-loader() {
   pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(lib32-vulkan-driver)
+  depends=(lib32-glibc)
+  optdepends=(lib32-vulkan-driver: packaged vulkan driver)
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
   
   install -dm755 ${pkgdir}/usr/lib32
@@ -55,7 +56,7 @@
 
 package_lib32-vulkan-validation-layers() {
   pkgdesc="Vulkan Software Development Kit"
-  depends=(lib32-vulkan-icd-loader vulkan-headers)
+  depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
   
   install -dm755 ${pkgdir}/usr/lib32



More information about the arch-commits mailing list