summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-10-26 21:54:44 +0200
committerKlaus Alexander Seistrup2023-10-26 21:54:44 +0200
commit8f81cc00047e6c7998e2d27ec68d8beaa4d5015a (patch)
treef5a9abc2d62da9aea0571843387fbb4b3dbdaba1 /PKGBUILD
parentedbe7eea406b503a2617eb1204e5a2249d29aade (diff)
downloadaur-usrbinhx.tar.gz
Let's just use the simplest script possible
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5386b00a0a37..20b899d8defb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='usrbinhx'
pkgver='2023.10.26'
-pkgrel=1
+pkgrel=2
pkgdesc='Provide /usr/bin/hx for the helix editor'
arch=('any')
url='https://codeberg.org/kas/gists'
@@ -11,7 +11,7 @@ license=('AGPL3')
conflicts=('hex' 'helixbinhx')
depends=('helix' 'sh')
source=('hx.sh')
-sha256sums=('184cdaf013c0b3ac2fe4b95842f8f2ff97ae2fbe38e36e363badc419f9eaffa0')
+sha256sums=('bc36799721ea4d0c3e1723f02b2b426c345bb180affebc72a529cd3a811f7f9c')
package() {
install -Dm0755 'hx.sh' "$pkgdir/usr/bin/hx"