summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2023-10-17 20:22:51 -0500
committerotreblan2023-10-17 20:22:51 -0500
commitf659ff53ddbbab2c536442814294d318e26c4c2a (patch)
tree97272e1ef961fb012844f8b91bf55b41bf9549d0
parent4815abb15f14fb69b63132161b211cb35af6f191 (diff)
downloadaur-f659ff53ddbbab2c536442814294d318e26c4c2a.tar.gz
Build with multiple threads
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8296990d307f..7e35b00a81ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vulkan-man-pages
pkgdesc = Vulkan man pages as manpages
pkgver = 1.3.261
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KhronosGroup/Vulkan-Docs
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 1a49c9f8fb50..d9d757b18256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: otreblan <otreblain@gmail.com>
+# Contributor: Bohdan Mart <mart.bogdan at gmail>
# Modified PKGBUILD from vulkan-html-docs
pkgname="vulkan-man-pages"
pkgver=1.3.261
-pkgrel=1
+pkgrel=2
pkgdesc="Vulkan man pages as manpages"
arch=("any")
url="https://github.com/KhronosGroup/Vulkan-Docs"
@@ -36,7 +37,7 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./makeAllExts html manhtmlpages styleguide registry
+ ./makeAllExts -j html manhtmlpages styleguide registry
}
package() {