Date: Tuesday, April 26, 2011 @ 12:00:45 Author: bisson Revision: 120808
upstream update Modified: vim-buftabs/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-26 15:59:24 UTC (rev 120807) +++ PKGBUILD 2011-04-26 16:00:45 UTC (rev 120808) @@ -1,23 +1,22 @@ # $Id$ # Contributor: Aaron Griffin <[email protected]> -# Maintainer: Daniel J Griffiths <[email protected]> +# Contributor: Daniel J Griffiths <[email protected]> +# Maintainer: Gaetan Bisson <[email protected]> pkgname=vim-buftabs -pkgver=0.16 -_src_id=12520 +pkgver=0.18 +_src_id=15439 pkgrel=1 -pkgdesc="Minimalistic buffer tabs saving screen space" +pkgdesc='Minimalistic buffer tabs saving screen space' arch=('any') -url="http://www.vim.org/scripts/script.php?script_id=1664" +url='http://www.vim.org/scripts/script.php?script_id=1664' license=('GPL') depends=('vim') groups=('vim-plugins') -source=("http://www.vim.org/scripts/download_script.php?src_id=$_src_id") -sha1sums=('c6902a14c57cb69792b54d63048691a32480e9e1') +source=("buftabs.vim::http://www.vim.org/scripts/download_script.php?src_id=$_src_id") +sha1sums=('79c30cd42602681182fdd2667b779bb823695455') package() { cd "${srcdir}" - - install -Dm644 "download_script.php?src_id=$_src_id" \ - "${pkgdir}"/usr/share/vim/vimfiles/plugin/buftabs.vim + install -Dm644 buftabs.vim "${pkgdir}"/usr/share/vim/vimfiles/plugin/buftabs.vim }
