From fcb7bda4ecae557781391b1d44f4f8c638bf37de Mon Sep 17 00:00:00 2001 From: Alejandro Osornio <50227494+AOx0@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:08:13 -0600 Subject: [PATCH] Remove typst patch since master merged it --- helix-git/PKGBUILD | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/helix-git/PKGBUILD b/helix-git/PKGBUILD index d397a85..ed3c913 100644 --- a/helix-git/PKGBUILD +++ b/helix-git/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Wojciech Kępka (wojciech@wkepka.dev) pkgname=helix-git _pkgname=helix -pkgver=23.05.492.g31f50bf5b +pkgver=23.10.32.g7bc564d3d pkgrel=1 pkgdesc="A text editor written in rust" url="https://helix-editor.com" @@ -14,10 +14,8 @@ provides=('hx') conflicts=('helix' 'helix-git') source=( "${_pkgname}::git+${_git}" - 'https://raw.githubusercontent.com/uben0/tree-sitter-typst/master/queries/highlights.scm' - 'https://raw.githubusercontent.com/uben0/tree-sitter-typst/master/queries/injections.scm' ) -sha256sums=('SKIP' 'SKIP' 'SKIP') +sha256sums=('SKIP') _bin="hx" _lib_path="/usr/lib/${_pkgname}" @@ -43,8 +41,6 @@ EOF cp runtime/themes/fleet_dark.toml runtime/themes/tfleet_dark.toml sed -i 's/"ui.background" = { bg = "Gray 10" }/"ui.background" = { }/' runtime/themes/tfleet_dark.toml - sed -i 's/\[language-server\]/[language-server]\n\ntypst-lsp = { command = "typst-lsp" }/' languages.toml - cat >> languages.toml <