diff options
author | otreblan | 2023-10-17 23:27:41 -0500 |
---|---|---|
committer | otreblan | 2023-10-17 23:27:41 -0500 |
commit | 2ff0855e7309eb5ce46bcc1792175d56f5a66862 (patch) | |
tree | 5d95cb0d1613ff9401b2e4006f5c129f4a573339 /PKGBUILD | |
parent | 3778375416c7a8a2d9c84a18c5f3913459cff3f8 (diff) | |
download | aur-2ff0855e7309eb5ce46bcc1792175d56f5a66862.tar.gz |
Make must bold
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() { |