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

Laurent Carlier lcarlier at archlinux.org
Sun Mar 6 19:11:20 UTC 2016


    Date: Sunday, March 6, 2016 @ 20:11:20
  Author: lcarlier
Revision: 261124

upgpkg: vulkan-loader-layers 1.0.3.0-4

update to latest git commit to fix building failure (FS#48461)

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-06 18:31:50 UTC (rev 261123)
+++ PKGBUILD	2016-03-06 19:11:20 UTC (rev 261124)
@@ -5,24 +5,17 @@
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.3.0
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/"
 license=('custom')
 depends=()
-makedepends=(git cmake python libxcb)
-source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=ec513f8'
-        'git://github.com/KhronosGroup/glslang.git#commit=6c292d3')
+makedepends=(git cmake python-lxml libxcb)
+source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=62210e0'
+        'git://github.com/KhronosGroup/glslang.git#commit=f2d8a5c')
 sha256sums=('SKIP'
             'SKIP')
 
-prepare() {
-  cd glslang
-
-  # fix isinf failure
-  git cherry-pick -n 6df2cdbb8a0d09a381bfa230e0c91b05fc6b36fa
-}
-
 build() {
   # for validation layers
   pushd glslang



More information about the arch-commits mailing list