Date: Wednesday, December 7, 2022 @ 11:35:03
  Author: orhun
Revision: 1356989

upgpkg: helix 22.12-1: upstream release

Modified:
  helix/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-07 11:30:04 UTC (rev 1356988)
+++ PKGBUILD    2022-12-07 11:35:03 UTC (rev 1356989)
@@ -3,7 +3,7 @@
 # Contributor: Wojciech Kępka (wojci...@wkepka.dev)
 
 pkgname=helix
-pkgver=22.08.1
+pkgver=22.12
 pkgrel=1
 pkgdesc="A post-modern modal text editor"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz";
         "$pkgname.sh")
-sha256sums=('c9b184d53bab51e7a9fe81dc8c191a853177abba67ea408e968937f31b50b45a'
+sha256sums=('edae8af46401b45c3e71c38b4fa99f931c4458127978ccd1b29aaae79331d972'
             '90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
 options=('!lto')
 
@@ -46,7 +46,7 @@
   cp -r "runtime/themes" "$runtime_dir"
   find "runtime/grammars" -type f -name '*.so' -exec \
     install -Dm 755 {} -t "$runtime_dir/grammars" \;
-  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
+  install -Dm 644 runtime/tutor -t "$runtime_dir"
   ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
 
   install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"

Reply via email to