[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD vimdoc.install)

Eric Belanger eric at archlinux.org
Tue May 27 03:35:16 UTC 2008


    Date: Monday, May 26, 2008 @ 23:35:16
  Author: eric
Revision: 2145

upgpkg: vim-vcscommand 24-1
    Upstream update, fixed license, minor esthetic fixes

Modified:
  vim-vcscommand/trunk/PKGBUILD
  vim-vcscommand/trunk/vimdoc.install

----------------+
 PKGBUILD       |   13 ++++++-------
 vimdoc.install |    5 -----
 2 files changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-27 03:22:40 UTC (rev 2144)
+++ PKGBUILD	2008-05-27 03:35:16 UTC (rev 2145)
@@ -3,21 +3,20 @@
 
 pkgname=vim-vcscommand
 #Real version BetaXX
-pkgver=22
-_scriptid=8459
+pkgver=24
+_scriptid=8709
 pkgrel=1
-pkgdesc="vim cvs/svn integration plugin "
+pkgdesc="vim cvs/svn integration plugin"
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=90"
-license=("custom")
-depends=(vi)
+license=('MIT')
+depends=('vi')
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
 install=vimdoc.install
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
         license.txt)
-md5sums=('dbda5624b24bdfc55d2bb6b7fcdaaa91'
-         'cc76e422214169f380e6a1548f617778')
+md5sums=('0c267efcbe0dda5cea3f2f4410b229a3' 'cc76e422214169f380e6a1548f617778')
 
 build()
 {

Modified: vimdoc.install
===================================================================
--- vimdoc.install	2008-05-27 03:22:40 UTC (rev 2144)
+++ vimdoc.install	2008-05-27 03:35:16 UTC (rev 2145)
@@ -12,8 +12,3 @@
 post_remove() {
   post_install
 }
-
-op=$1
-shift
-
-$op $*





More information about the arch-commits mailing list