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

Tobias Kieslich tobias at archlinux.org
Wed Oct 29 20:36:11 UTC 2008


    Date: Wednesday, October 29, 2008 @ 16:36:11
  Author: tobias
Revision: 17441

Fix the extrapkg screwup of mine 

Modified:
  vim/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-29 20:32:26 UTC (rev 17440)
+++ PKGBUILD	2008-10-29 20:36:11 UTC (rev 17441)
@@ -2,8 +2,8 @@
 # Maintainer: tobias [ tobias at archlinux org ]
 
 pkgname=vim
-_srcver=7.2
-_patchlevel=25
+_srcver=7.1
+_patchlevel=330
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc="a highly configurable, improved version of the vi text editor"
@@ -19,8 +19,8 @@
         ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-extra.tar.gz \
         ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-lang.tar.gz \
         fetch_patches.sh)
-md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' \
-         'd8884786979e0e520c112faf2e176f05' 'a3b03cd44b8ed78a99850d4cbfaafe55')
+md5sums=('44c6b4914f38d6f9aa959640b89da329' '605cc7ae31bcc9d7864bb0bb6025f55d'\
+         '144aa049ba70621acf4247f0459f3ee7' 'a792973dcd1d5d1103a1bb620e494b55')
 
 build()
 {
@@ -46,12 +46,11 @@
   find ${startdir}/pkg/usr/share/man -type d -name 'man1' 2> /dev/null | \
    while read mandir; do
     cd ${mandir}
-    mv vimdiff.1 vimdiff.org
     rm -f *.1
     ln -s rvi.1.gz rvim.1.gz
     ln -s vi.1.gz vim.1.gz
+    ln -s vidiff.1.gz vimdiff.1.gz
     ln -s vitutor.1.gz vimtutor.1.gz
-    mv vimdiff.org vimdiff.1
   done
 
   # kill the nobackup parts




More information about the arch-commits mailing list