Skip to content

Commit e1d03f9

Browse files
committed
git: switch from GfW's asciidoctor-extensions to MSYS2's asciidoctor
While enabling clangarm64 support on GfW's `mingw-w64-asciidoctor-extensions` package, we realized that the extensions are likely not needed anymore, because the Git project added its own `Documentation/asciidoctor-extensions.rb` back in 2017. Let's switch to the MSYS2-maintaned `mingw-w64-asciidoctor` instead, so we don't have to maintain our own package anymore. Ref: #118 Ref: git/git@55d2d81 Signed-off-by: Dennis Ameling <[email protected]>
1 parent 97b2d08 commit e1d03f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-git/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license=('GPL2')
1717

1818
options=()
1919
makedepends=('python' 'less' 'openssh' 'patch' 'make' 'tar' 'diffutils'
20-
'ca-certificates' 'xmlto' "${MINGW_PACKAGE_PREFIX}-asciidoctor-extensions")
20+
'ca-certificates' 'xmlto' "${MINGW_PACKAGE_PREFIX}-asciidoctor")
2121
install=git.install
2222

2323
case "$(printf "%s\n%s\n" "$pkgver" "2.18.0" | sort -V)" in
@@ -101,7 +101,7 @@ fi
101101
if test CLANGARM64 = "$MSYSTEM"
102102
then
103103
# Asciidoctor depends on Ruby which is not available for CLANGARM64 yet
104-
makedepends=("${makedepends[@]/${MINGW_PACKAGE_PREFIX}-asciidoctor-extensions}")
104+
makedepends=("${makedepends[@]/${MINGW_PACKAGE_PREFIX}-asciidoctor}")
105105
USE_ASCIIDOCTOR=
106106
fi
107107

0 commit comments

Comments
 (0)