summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-10-26 15:32:53 +0200
committerKlaus Alexander Seistrup2023-10-26 15:32:53 +0200
commitedbe7eea406b503a2617eb1204e5a2249d29aade (patch)
treee79e278860d3c4044dc1a1fe14d94187de680b6b /PKGBUILD
parentdd2666a3edf99ac0f682de51f8c32f9dafc10e44 (diff)
downloadaur-edbe7eea406b503a2617eb1204e5a2249d29aade.tar.gz
Use $HELIX_DEFAULT_RUNTIME instead of $HELIX_RUNTIME
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dad4cf8fecdc..5386b00a0a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# -*- mode: sh -*-
pkgname='usrbinhx'
-pkgver='2023.02.21'
+pkgver='2023.10.26'
pkgrel=1
pkgdesc='Provide /usr/bin/hx for the helix editor'
arch=('any')
url='https://codeberg.org/kas/gists'
license=('AGPL3')
conflicts=('hex' 'helixbinhx')
-depends=('helix')
+depends=('helix' 'sh')
source=('hx.sh')
-sha256sums=('a4c0915dc04d642a176dca205c3b41e4947def6a9f1afd01b44c8c2ef9980a9c')
+sha256sums=('184cdaf013c0b3ac2fe4b95842f8f2ff97ae2fbe38e36e363badc419f9eaffa0')
package() {
install -Dm0755 'hx.sh' "$pkgdir/usr/bin/hx"