Skip to content

mingw-w64-asciidoctor-extensions: add arm64 support #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mingw-w64-asciidoctor-extensions/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=asciidoctor-extensions
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=150.9846486
pkgver=246.42e366e
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous commit that was used is from 2017. I find it a bit tricky to bump it so much. We can also pin it to that specific commit instead. WDYT?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My preference is always to lag behind as little as possible without breaking things.

pkgrel=1
pkgdesc="This package installs asciidoctor plus extensions."
url="https://github.com/asciidoctor/asciidoctor"
Expand All @@ -29,6 +29,9 @@ i686)
x86_64)
LIBDIR="/mingw64/lib/${_realname}"
;;
aarch64)
LIBDIR="/clangarm64/lib/${_realname}"
;;
esac

build() {
Expand Down
Loading