[arch-commits] Commit in vim-matchit/repos (3 files)
Paul Mattal
paul at archlinux.org
Sun Dec 6 20:13:15 UTC 2009
Date: Sunday, December 6, 2009 @ 15:13:15
Author: paul
Revision: 60753
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-x86_64/ (properties)
vim-matchit/repos/extra-x86_64/PKGBUILD
vim-matchit/repos/extra-x86_64/vimdoc.install
----------------+
PKGBUILD | 2 +-
vimdoc.install | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Property changes on: vim-matchit/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /vim-matchit/trunk:1-49608
+ /vim-matchit/trunk:1-60752
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-12-06 20:12:21 UTC (rev 60752)
+++ extra-x86_64/PKGBUILD 2009-12-06 20:13:15 UTC (rev 60753)
@@ -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-x86_64/vimdoc.install
===================================================================
--- extra-x86_64/vimdoc.install 2009-12-06 20:12:21 UTC (rev 60752)
+++ extra-x86_64/vimdoc.install 2009-12-06 20:13:15 UTC (rev 60753)
@@ -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