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

Laurent Carlier lcarlier at archlinux.org
Wed Oct 10 15:05:24 UTC 2018


    Date: Wednesday, October 10, 2018 @ 15:05:24
  Author: lcarlier
Revision: 336097

upgpkg: vulkan-docs 1:1.1.87-1

upstream update 1.1.87

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 14:24:22 UTC (rev 336096)
+++ PKGBUILD	2018-10-10 15:05:24 UTC (rev 336097)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.1.83
+pkgver=1.1.87
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -9,26 +9,15 @@
 arch=(any)
 url="https://www.khronos.org/vulkan/"
 license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
-             ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git)
 groups=(vulkan-devel)
 source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('51ee6fe6fb39aeefe2407778fce3e292870044d018baebf78339e2060c9f43b8')
+sha256sums=('e03f8db54fc5d19a3038c74175bba249b9c8650540e37200e169cb7587be6af6')
 
-prepare() {
-  # for asciidoctor
-  # it was hard to find versions that builds properly ^^
-  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-  gem install asciidoctor-mathematical  
-  gem install asciidoctor-pdf-cjk  
-  gem install coderay  
-}
-
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
 
-  ./makeAllExts
+  ./makeAllExts html
 }
 
 package_vulkan-html-docs() {



More information about the arch-commits mailing list