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

Laurent Carlier lcarlier at archlinux.org
Sun Sep 24 11:25:53 UTC 2017


    Date: Sunday, September 24, 2017 @ 11:25:52
  Author: lcarlier
Revision: 306192

upgpkg: vulkan-docs 1:1.0.61-1

upstream update 1.0.61, disable vulkan-hpp headers for now

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-24 10:49:00 UTC (rev 306191)
+++ PKGBUILD	2017-09-24 11:25:52 UTC (rev 306192)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.0.59
+pkgver=1.0.61
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -15,8 +15,8 @@
 groups=(vulkan-devel)
 source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz"
         git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
-        git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=bca6564)
-sha256sums=('406e23fe462a4d11114f8ae1972c6c5ae7690007ba55159225bc1685e8589678'
+        git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=daae0b6)
+sha256sums=('595c8e419f5bd7d4f267627ff5cc74256db593a81e23cc35b1e97faa81b328a1'
             'SKIP'
             'SKIP')
 
@@ -39,10 +39,10 @@
 
 build() {
   # we need this to build hpp headers
-  cd Vulkan-Hpp
-  cmake ./ && make
+  #cd Vulkan-Hpp
+  #cmake ./ && make
 
-  ./VulkanHppGenerator "${srcdir}/${_pkgname}-${pkgver}-core/src/spec/vk.xml"
+  #./VulkanHppGenerator "${srcdir}/${_pkgname}-${pkgver}-core/src/spec/vk.xml"
 
   cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
 



More information about the arch-commits mailing list