summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2023-10-17 23:27:41 -0500
committerotreblan2023-10-17 23:27:41 -0500
commit2ff0855e7309eb5ce46bcc1792175d56f5a66862 (patch)
tree5d95cb0d1613ff9401b2e4006f5c129f4a573339
parent3778375416c7a8a2d9c84a18c5f3913459cff3f8 (diff)
downloadaur-2ff0855e7309eb5ce46bcc1792175d56f5a66862.tar.gz
Make must bold
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a10fe50d9756..442f90ec09e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vulkan-man-pages
pkgdesc = Vulkan man pages as manpages
pkgver = 1.3.268
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/KhronosGroup/Vulkan-Docs
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 21de8d1909aa..283e713b3d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="vulkan-man-pages"
pkgver=1.3.268
-pkgrel=2
+pkgrel=3
pkgdesc="Vulkan man pages as manpages"
arch=("any")
url="https://github.com/KhronosGroup/Vulkan-Docs"
@@ -39,6 +39,7 @@ prepare() {
local _NL="\"\\\\n\""
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
}
build() {