helix: update to 23.03

This commit is contained in:
Marcin Puc 2023-04-01 12:24:13 +02:00 committed by Leah Neukirchen
parent 751aae4879
commit 46a3b308e6

View File

@ -1,6 +1,6 @@
# Template file for 'helix'
pkgname=helix
version=22.12
version=23.03
revision=1
build_style=cargo
make_install_args="--path helix-term"
@ -10,13 +10,7 @@ license="MPL-2.0"
homepage="https://helix-editor.com/"
changelog="https://raw.githubusercontent.com/helix-editor/helix/master/CHANGELOG.md"
distfiles="https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"
checksum=295b42a369fbc6282693eb984a77fb86260f7baf3ba3a8505d62d1c619c2f3f4
# skip problematic doctests on i686
case "$XBPS_TARGET_MACHINE" in
i686*) make_check_args="-- --skip src/";;
*) ;;
esac
checksum=60e5d8927f2f43807ff4ed3c96e7071746ce23d0b7ebaa27e380723726710703
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;