[arch-commits] Commit in vim-bufexplorer/trunk (PKGBUILD license.txt)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Aug 28 05:24:39 UTC 2014


    Date: Thursday, August 28, 2014 @ 07:24:38
  Author: svenstaro
Revision: 117994

upgpkg: vim-bufexplorer 7.4.4-1

upstream release 7.4.4

Modified:
  vim-bufexplorer/trunk/PKGBUILD
Deleted:
  vim-bufexplorer/trunk/license.txt

-------------+
 PKGBUILD    |   16 +++++++---------
 license.txt |    9 ---------
 2 files changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-28 02:22:21 UTC (rev 117993)
+++ PKGBUILD	2014-08-28 05:24:38 UTC (rev 117994)
@@ -3,27 +3,25 @@
 #Maintainer: 
 
 pkgname=vim-bufexplorer
-pkgver=7.4.2
-_scriptid=20953
+pkgver=7.4.4
 pkgrel=1
 pkgdesc="A simple buffer list/switcher for vim "
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=42"
-license=('custom')
+license=('BSD')
 depends=('vim>=7.0')
+makedepends=('git')
 groups=('vim-plugins')
 install=vimdoc.install
-source=(bufexplorer-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-        license.txt)
-md5sums=('d06635c272bf2b5c969680b25bcfb265'
-         'b1a7f22e90469abdad3ffd55120e6887')
+source=("git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c")
+md5sums=('SKIP')
 
 package() {
-	cd ${srcdir}
+	cd ${srcdir}/bufexplorer
 
 	installpath="${pkgdir}/usr/share/vim/vimfiles"
 
 	install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
 	install -D -m644 plugin/bufexplorer.vim $installpath/plugin/bufexplorer.vim
-	install -D -m644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+	install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Deleted: license.txt
===================================================================
--- license.txt	2014-08-28 02:22:21 UTC (rev 117993)
+++ license.txt	2014-08-28 05:24:38 UTC (rev 117994)
@@ -1,9 +0,0 @@
-Copyright (C) 2001-2007 Jeff Lanzarotta
-
-Permission is hereby granted to use and distribute this code,
-with or without modifications, provided that this copyright
-notice is copied with it. Like anything else that's free,
-bufexplorer.vim is provided *as is* and comes with no
-warranty of any kind, either expressed or implied. In no
-event will the copyright holder be liable for any damages
-resulting from the use of this software.




More information about the arch-commits mailing list