[arch-commits] Commit in vim-matchit/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Dan McGee dan at archlinux.org
Sun May 31 16:52:33 UTC 2009


    Date: Sunday, May 31, 2009 @ 12:52:33
  Author: dan
Revision: 40818

Merged revisions 356,40817 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/vim-matchit/trunk

........
  r356 | aaron | 2008-04-18 17:56:27 -0500 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r40817 | dan | 2009-05-31 11:52:27 -0500 (Sun, 31 May 2009) | 2 lines
  
  upgpkg: vim-matchit 1.13.2-1
      rebuilds for plugin location move
........

Modified:
  vim-matchit/repos/extra-x86_64/	(properties)
  vim-matchit/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)


Property changes on: vim-matchit/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /vim-matchit/trunk:1
   + /vim-matchit/trunk:1-40817

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-05-31 16:52:27 UTC (rev 40817)
+++ extra-x86_64/PKGBUILD	2009-05-31 16:52:33 UTC (rev 40818)
@@ -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