[arch-commits] Commit in helix/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Wed Jun 1 11:03:03 UTC 2022


    Date: Wednesday, June 1, 2022 @ 11:03:03
  Author: orhun
Revision: 1218293

upgpkg: helix 22.05-3: rename completions to 'helix'

Modified:
  helix/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-01 09:52:36 UTC (rev 1218292)
+++ PKGBUILD	2022-06-01 11:03:03 UTC (rev 1218293)
@@ -3,7 +3,7 @@
 
 pkgname=helix
 pkgver=22.05
-pkgrel=2
+pkgrel=3
 pkgdesc="A post-modern modal text editor"
 arch=('x86_64')
 url="https://helix-editor.com"
@@ -19,6 +19,7 @@
 
 prepare() {
   cd "$pkgname-$pkgver"
+  sed -i "s|hx|helix|g" contrib/completion/hx.*
   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 



More information about the arch-commits mailing list