From b79476bb8792cc96e578c72aad521d1903e16187 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Wed, 25 Oct 2023 19:12:11 +0100 Subject: [PATCH] helix: update to 23.10. --- srcpkgs/helix/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/helix/template b/srcpkgs/helix/template index ee11896d08032..d2be268cf774f 100644 --- a/srcpkgs/helix/template +++ b/srcpkgs/helix/template @@ -1,7 +1,7 @@ # Template file for 'helix' pkgname=helix -version=23.05 -revision=2 +version=23.10 +revision=1 build_style=cargo make_install_args="--path helix-term" short_desc="Post-modern modal text editor" @@ -10,13 +10,18 @@ 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=c1ca69facde99d708175c686ce5bf3585e119e372c83e1c3dc1d562c7a8e3d87 +checksum=4e7bcac200b1a15bc9f196bdfd161e4e448dc670359349ae14c18ccc512153e8 case "$XBPS_TARGET_MACHINE" in ppc64*) ;; ppc*) broken="no AtomicU64 in sync::atomic";; esac +# Checks for Git to fetch tree-sitter grammars, even though they're already +# present in the tarball +# See https://github.com/helix-editor/helix/pull/7320 +export PATH="$PATH:/usr/libexec/chroot-git" + post_install() { rm runtime/grammars/.gitkeep rm runtime/themes/README.md