summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--kak-surround-git.install5
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5738d883980a..0e6a254e11a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kak-surround-git
pkgdesc = Provides commands to add, change, and delete surrounder in Kakoune
pkgver = r21.efe74c6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/h-youhei/kakoune-surround
install = kak-surround-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6a04c8b2c7e5..02562ca28fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kak-surround-git
_reponame=kakoune-surround
pkgver=r21.efe74c6
-pkgrel=1
+pkgrel=2
pkgdesc='Provides commands to add, change, and delete surrounder in Kakoune'
arch=(any)
url="https://github.com/h-youhei/$_reponame"
@@ -24,5 +24,5 @@ pkgver() {
package() {
cd "$srcdir/$_reponame"
install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
- install -Dm644 -t "$pkgdir/usr/share/$pkgname/rc" surround.kak
+ install -Dm644 -t "$pkgdir/usr/share/kak/rc/addons" surround.kak
}
diff --git a/kak-surround-git.install b/kak-surround-git.install
index d516dd087f9d..70b8cafd5c05 100644
--- a/kak-surround-git.install
+++ b/kak-surround-git.install
@@ -1,7 +1,6 @@
post_install() {
echo
- echo \
-'To finish installation, source /usr/share/kak-surround-git/rc/surround.kak
-in your .kakrc'
+ echo If you use a custom autoload directory, do not forget to create a \
+ symbolic link inside the directory to /usr/share/kak/rc/addons.
echo
}