[arch-commits] Commit in vim-matchit/repos (3 files)

Paul Mattal paul at archlinux.org
Sun Dec 6 20:12:22 UTC 2009


    Date: Sunday, December 6, 2009 @ 15:12:21
  Author: paul
Revision: 60752

Merged revisions 60751 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/vim-matchit/trunk

........
  r60751 | paul | 2009-12-06 15:12:03 -0500 (Sun, 06 Dec 2009) | 2 lines
  
  upgpkg: vim-matchit 1.13.2-3
      applied patch from FS#16259 to update path in vimdoc.install
........

Modified:
  vim-matchit/repos/extra-i686/	(properties)
  vim-matchit/repos/extra-i686/PKGBUILD
  vim-matchit/repos/extra-i686/vimdoc.install

----------------+
 PKGBUILD       |    2 +-
 vimdoc.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Property changes on: vim-matchit/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /vim-matchit/trunk:1-49636
   + /vim-matchit/trunk:1-60751

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-12-06 20:12:03 UTC (rev 60751)
+++ extra-i686/PKGBUILD	2009-12-06 20:12:21 UTC (rev 60752)
@@ -5,7 +5,7 @@
 pkgname=vim-matchit
 pkgver=1.13.2
 _scriptid=8196
-pkgrel=2
+pkgrel=3
 pkgdesc="Extended % matching for vim"
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=39"

Modified: extra-i686/vimdoc.install
===================================================================
--- extra-i686/vimdoc.install	2009-12-06 20:12:03 UTC (rev 60751)
+++ extra-i686/vimdoc.install	2009-12-06 20:12:21 UTC (rev 60752)
@@ -1,7 +1,7 @@
 post_install() {
     echo -n "Updating vim help tags..."
     /usr/bin/vim --noplugins -u NONE -U NONE \
-        --cmd ":helptags /usr/share/vim/doc" --cmd ":q" > /dev/null 2>&1
+        --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
     echo "done."
 }
 




More information about the arch-commits mailing list