summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2023-10-17 23:39:41 -0500
committerotreblan2023-10-17 23:39:41 -0500
commit47a19cefec36b35a1068d60b582ba9a489bd48a4 (patch)
treeb3c02f0b422edd26d876f2cd5c187d2ec229825e
parent2ff0855e7309eb5ce46bcc1792175d56f5a66862 (diff)
downloadaur-47a19cefec36b35a1068d60b582ba9a489bd48a4.tar.gz
Link manpages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442f90ec09e2..2d0a55c812e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vulkan-man-pages
pkgdesc = Vulkan man pages as manpages
pkgver = 1.3.268
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/KhronosGroup/Vulkan-Docs
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 283e713b3d94..bfa6ed5d1657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="vulkan-man-pages"
pkgver=1.3.268
-pkgrel=3
+pkgrel=4
pkgdesc="Vulkan man pages as manpages"
arch=("any")
url="https://github.com/KhronosGroup/Vulkan-Docs"
@@ -40,6 +40,7 @@ prepare() {
sed -i "s/'<code>' + \(.*\) + '<\/code>'/ $_ESC + '\\\\#' + $_NL + $_ESC + \".IR \" + \1 + $_NL/" config/spec-macros/extension.rb
sed -i "s/'<strong .*>' + \(.*\) + '<\/strong>'/ $_ESC + '\\\\#' + $_NL + $_ESC + \".B \" + \1 + $_NL/" config/spec-macros/extension.rb
+ sed -i "s/Inline.new(.*html.*)/ $_ESC + '\\\\#' + $_NL + $_ESC + \".BR \" + target + ' (3)' + $_NL/" config/spec-macros/extension.rb
}
build() {