From e3e884ce0d8c187e6b478451adee5510c4a7c3f8 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 18 May 2023 15:00:24 +0200 Subject: [PATCH] helix: update to 23.05 --- srcpkgs/helix/patches/skip_grammar_fetch.patch | 13 +++++++++++++ srcpkgs/helix/template | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/helix/patches/skip_grammar_fetch.patch diff --git a/srcpkgs/helix/patches/skip_grammar_fetch.patch b/srcpkgs/helix/patches/skip_grammar_fetch.patch new file mode 100644 index 000000000000..38a02f5a9bb8 --- /dev/null +++ b/srcpkgs/helix/patches/skip_grammar_fetch.patch @@ -0,0 +1,13 @@ +diff --git a/helix-term/build.rs b/helix-term/build.rs +index b47dae8..96c7b30 100644 +--- a/helix-term/build.rs ++++ b/helix-term/build.rs +@@ -2,7 +2,7 @@ + + fn main() { + if std::env::var("HELIX_DISABLE_AUTO_GRAMMAR_BUILD").is_err() { +- fetch_grammars().expect("Failed to fetch tree-sitter grammars"); ++ // fetch_grammars().expect("Failed to fetch tree-sitter grammars"); + build_grammars(Some(std::env::var("TARGET").unwrap())) + .expect("Failed to compile tree-sitter grammars"); + } diff --git a/srcpkgs/helix/template b/srcpkgs/helix/template index 070ff458071b..f920843b9ce4 100644 --- a/srcpkgs/helix/template +++ b/srcpkgs/helix/template @@ -1,6 +1,6 @@ # Template file for 'helix' pkgname=helix -version=23.03 +version=23.05 revision=1 build_style=cargo make_install_args="--path helix-term" @@ -10,7 +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=60e5d8927f2f43807ff4ed3c96e7071746ce23d0b7ebaa27e380723726710703 +checksum=c1ca69facde99d708175c686ce5bf3585e119e372c83e1c3dc1d562c7a8e3d87 case "$XBPS_TARGET_MACHINE" in ppc64*) ;;