From e17e49f8f799a3720b4a8e58caa943b339a81eb1 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 1 Apr 2023 12:24:13 +0200 Subject: [PATCH] helix: update to 23.03 --- srcpkgs/helix/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/helix/template b/srcpkgs/helix/template index ac8850b87cfca8..070ff458071b0b 100644 --- a/srcpkgs/helix/template +++ b/srcpkgs/helix/template @@ -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*) ;;