@mrshanno: thanks, fixed.
Search Criteria
Package Details: vim-bufkill 1.11-2
Package Actions
| Package Base: | vim-bufkill |
|---|---|
| Description: | Unload/delete/wipe a buffer, keep its window(s), display last accessed buffer(s) |
| Upstream URL: | http://www.vim.org/scripts/script.php?script_id=1147 |
| Category: | editors |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | OmeGa |
| Votes: | 1 |
| First Submitted: | 2010-01-27 23:33 |
| Last Updated: | 2015-07-08 07:51 |
Latest Comments
Comment by OmeGa
Comment by mrshannon
Line 18 of the PKGBUILD has a typo. It should be:
install -Dm644 bufkill.vim "$pkgdir/usr/share/vim/vimfiles/plugin/bufkill.vim"
but it is:
install -Dm644 buffkill.vim "$pkgdir/usr/share/vim/vimfiles/plugin/bufkill.vim"
Comment by Arkham
update:
# Contributer: Jacek Roszkowski <j.roszk@gmail.com>
pkgname="vim-bufkill"
pkgver=1.9
_srcid=14660
pkgrel=1
pkgdesc="Unload/delete/wipe a buffer, keep its window(s), display last accessed buffer(s)"
url="http://www.vim.org/scripts/script.php?script_id=2294"
license=("GPL")
arch=("any")
depends=("vim")
source=("bufkill.vim::http://www.vim.org/scripts/download_script.php?src_id=${_srcid}")
md5sums=('c7e4541e9dafbba59463d7e851773ef4')
build() {
cd ${srcdir}
install -D -m644 bufkill.vim ${pkgdir}/usr/share/vim/vimfiles/plugin/bufkill.vim
}
# vim: set noet ff=unix