summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-01-29 17:42:37 +0100
committerKlaus Alexander Seistrup2024-01-29 17:42:37 +0100
commit2f0f1b1e63d0dc13402c0668b9b8dfe7f06a821b (patch)
treeb65effc22c1d90d7dec29a600a8059c4514e79b2
parent0b14b68282bdca61c40f151f4e40ce1991700da6 (diff)
downloadaur-2f0f1b1e63d0dc13402c0668b9b8dfe7f06a821b.tar.gz
Typo correction et al.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--jedstate-git.install4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f7fd999a712..7e452a3e43b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jedstate-git
pkgdesc = S-Lang module for the JED editor to remember its cursor position across invocations (built from latest commit)
pkgver = 0.9.6.r2.g09a671e
- pkgrel = 1
+ pkgrel = 2
url = https://codeberg.org/kas/jedstate
install = jedstate-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9df29e75406d..9bf4308a9965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='jedstate-git'
_pkgname="${pkgname/-git/}"
pkgver=0.9.6.r2.g09a671e
-pkgrel=1
+pkgrel=2
pkgdesc='S-Lang module for the JED editor to remember its cursor position across invocations (built from latest commit)'
arch=('any')
url='https://codeberg.org/kas/jedstate'
diff --git a/jedstate-git.install b/jedstate-git.install
index cfd3c6913d1b..7c5549a90e63 100644
--- a/jedstate-git.install
+++ b/jedstate-git.install
@@ -3,10 +3,10 @@
pre_install() {
cat <<EOF >&2
NB: In order to use this package you will have to edit
- startup_hok() and exit_hook() of your ~/.jedrc and
+ startup_hook() and exit_hook() of your ~/.jedrc and
also include two autoload() stanzas.
- See /usr/share/doc/$pkgname/jedstate-hooks.sl
+ See /usr/share/doc/jedstate-git/jedstate-hooks.sl
for an example.
EOF
}