helix: update to 23.05

Closes: #43929 [via git-merge-pr]
This commit is contained in:
Marcin Puc 2023-05-18 15:00:24 +02:00 committed by Andrewb Benson
parent c39367d636
commit 44e0ecdb9e
2 changed files with 15 additions and 2 deletions

View file

@ -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");
}

View file

@ -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*) ;;