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

Laurent Carlier lcarlier at archlinux.org
Thu Sep 1 09:56:54 UTC 2016


    Date: Thursday, September 1, 2016 @ 09:56:53
  Author: lcarlier
Revision: 275645

upgpkg: vulkan-tools 1.0.17.0-2

fix FS#50575

Modified:
  vulkan-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-01 09:36:08 UTC (rev 275644)
+++ PKGBUILD	2016-09-01 09:56:53 UTC (rev 275645)
@@ -4,7 +4,7 @@
 pkgbase=vulkan-tools
 pkgname=(vulkan-trace vulkan-extra-layers)
 pkgver=1.0.17.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://lunarg.com/"
 license=('custom')
@@ -110,5 +110,8 @@
     sed 's at ./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename $i)
   done
 
+  # this json file is really broken! see FS#50575
+  rm -v ${pkgdir}/usr/share/vulkan/explicit_layer.d/VkLayer_basic_implicit.json
+
   install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
 }



More information about the arch-commits mailing list