[arch-commits] Commit in vim-matchit/trunk (PKGBUILD)
Dan McGee
dan at archlinux.org
Sun May 31 16:52:28 UTC 2009
Date: Sunday, May 31, 2009 @ 12:52:27
Author: dan
Revision: 40817
upgpkg: vim-matchit 1.13.2-1
rebuilds for plugin location move
Modified:
vim-matchit/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-05-31 16:52:26 UTC (rev 40816)
+++ PKGBUILD 2009-05-31 16:52:27 UTC (rev 40817)
@@ -3,8 +3,8 @@
# Contributor: Aaron Griffin <aaron at archlinux.org>
pkgname=vim-matchit
-pkgver=1.13.1
-_scriptid=7637
+pkgver=1.13.2
+_scriptid=8196
pkgrel=1
pkgdesc="Extended % matching for vim"
arch=(i686 x86_64)
@@ -14,17 +14,19 @@
license=('custom:none')
install=vimdoc.install
source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
-md5sums=('5393ef6701e3d39b732098225daab832')
+md5sums=('e1e416517e25c384bbaa1e7f5b1b650f')
+sha256sums=('94c89edc419e115b333f4acc55ba4a3fd3cd76f2bcc6c69f9ae02cb8824475ad')
-build()
-{
- cd $startdir/src
+build() {
+ cd $srcdir
mv download_script.php?src_id=$_scriptid matchit.zip
unzip -qqo matchit.zip
- mkdir -p $startdir/pkg/usr/share/vim/doc/
- install -m644 doc/matchit.txt $startdir/pkg/usr/share/vim/doc/
+ installpath="$pkgdir/usr/share/vim/vim72"
- mkdir -p $startdir/pkg/usr/share/vim/plugin/
- install -m644 plugin/matchit.vim $startdir/pkg/usr/share/vim/plugin/
+ mkdir -p $installpath/doc/
+ install -m644 doc/matchit.txt $installpath/doc/
+
+ mkdir -p $installpath/plugin/
+ install -m644 plugin/matchit.vim $installpath/plugin/
}
More information about the arch-commits
mailing list