Date: Wednesday, February 17, 2010 @ 15:07:42 Author: dgriffiths Revision: 69120
Modified: vim-buftabs/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-17 20:07:37 UTC (rev 69119) +++ PKGBUILD 2010-02-17 20:07:42 UTC (rev 69120) @@ -3,9 +3,9 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=vim-buftabs -pkgver=0.13 -_scriptid=10557 -pkgrel=2 +pkgver=0.15 +_scriptid=12392 +pkgrel=1 pkgdesc="Minimalistic buffer tabs saving screen space" arch=('any') url="http://www.vim.org/scripts/script.php?script_id=1664" @@ -13,8 +13,8 @@ depends=('vim') groups=('vim-plugins') source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid) -md5sums=('0aa0bb74087e85f2b693517dfb240513') -sha256sums=('691b4d9bbae0314e64e9d3c39c98706adfb06804dfbece342c65a2d50d74e593') +md5sums=('d7a3e09ffbafa65a823eefb1c444202f') +sha256sums=('366918eba490d07532a9580af1c2ba8bab049fe6bb537603dcd8f18ee4b9d845') build() { cd ${srcdir}
