From 184ee6e8a2aa0532a248796cc6118fa61fdfcc1e Mon Sep 17 00:00:00 2001 From: Alejandro Osornio Date: Wed, 24 Apr 2024 02:23:09 -0600 Subject: [PATCH] Temp helix popup hotfix --- helix-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-git/PKGBUILD b/helix-git/PKGBUILD index 7d2d09f..9790e42 100644 --- a/helix-git/PKGBUILD +++ b/helix-git/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 license=('MPL2') pkgdesc="A text editor written in rust" url="https://helix-editor.com" -_git="https://github.com/AOx0/${_pkgname}.git" +_git="https://github.com/AOx0/${_pkgname}.git#branch=hotfix" arch=(x86_64) makedepends=('git' 'cargo-nightly') depends=()