summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Stone2024-02-13 20:06:04 -0500
committerShane Stone2024-02-13 20:06:04 -0500
commitf677582bdcfff10e56aa9b91783021870fff9bf3 (patch)
tree0940fe256dc86c14d95d9d7f483283b79aad975c /PKGBUILD
parentf4d4d2ddddb1a962ec12e4df97481925e82949b3 (diff)
downloadaur-neovim-surround-opt-git.tar.gz
Switch from tpope/vim-surround to kylechui/nvim-surround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8386a418a26..06b6f1a007d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=neovim-surround-opt-git
-pkgver=113.f51a26d
+pkgver=235.8f2af76
_pkgname=surround
pkgrel=1
-pkgdesc='Provides mappings to easily delete, change, and add paired "surroundings."'
+pkgdesc='Add/change/delete surrounding delimiter pairs with ease.'
arch=('any')
-url="https://github.com/tpope/vim-${_pkgname}"
-license=('custom:vim')
+url="https://github.com/kylechui/nvim-${_pkgname}"
+license=('MIT')
depends=('neovim')
makedepends=('git')
source=("${_pkgname}::git+${url}.git")
@@ -28,6 +28,8 @@ package() {
install -dvm755 "${pkgdir}/${_installpath}"
- cp -rvt "${pkgdir}/${_installpath}" doc plugin
+ cp -rvt "${pkgdir}/${_installpath}" doc lua queries
+
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}