[arch-commits] Commit in vi/trunk (PKGBUILD fetch_patches.sh)

Tobias Kieslich tobias at archlinux.org
Sun Sep 7 23:38:45 UTC 2008


    Date: Sunday, September 7, 2008 @ 19:38:45
  Author: tobias
Revision: 12021

upgpkg: vi 7.2.13-1

Modified:
  vi/trunk/PKGBUILD
  vi/trunk/fetch_patches.sh

------------------+
 PKGBUILD         |   12 ++++++------
 fetch_patches.sh |    3 ---
 2 files changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-07 23:31:05 UTC (rev 12020)
+++ PKGBUILD	2008-09-07 23:38:45 UTC (rev 12021)
@@ -2,8 +2,8 @@
 # Maintainer: tobias [ tobias at archlinux org ]
 
 pkgname=vi
-_srcver=7.1
-_patchlevel=330
+_srcver=7.2
+_patchlevel=13
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc="a highly configurable, improved version of the vi text editor (basic version)"
@@ -20,8 +20,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 fetch_runtime.sh)
-md5sums=('44c6b4914f38d6f9aa959640b89da329' '605cc7ae31bcc9d7864bb0bb6025f55d' \
-         '144aa049ba70621acf4247f0459f3ee7' '0fbebfbf8464b1e65fb6a9ca4bddefe1' \
+md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' \
+         'd8884786979e0e520c112faf2e176f05' 'a3b03cd44b8ed78a99850d4cbfaafe55' \
          '92e3dc8844d446c1ecd28e7257a47cb7')
 
 build()
@@ -51,8 +51,8 @@
   _runtimedir="${startdir}/pkg/usr/share/vim/"
   update_runtime
   # kill vim and x specific stuff
-  sed -i '/vms/,+4 d;/Convenient command/,+3 d;/mouse work/,+2 d'\
-    ${startdir}/pkg/usr/share/vim/vimrc_example.vim
+  #sed -i '/vms/,+4 d;/Convenient command/,+3 d;/mouse work/,+2 d'\
+  #  ${startdir}/pkg/usr/share/vim/vimrc_example.vim
   install -Dm644 ${startdir}/pkg/usr/share/vim/vimrc_example.vim \
     ${startdir}/pkg/etc/virc
   rm -f ${startdir}/pkg/usr/share/vim/gvimrc_example.vim

Modified: fetch_patches.sh
===================================================================
--- fetch_patches.sh	2008-09-07 23:31:05 UTC (rev 12020)
+++ fetch_patches.sh	2008-09-07 23:38:45 UTC (rev 12021)
@@ -43,9 +43,6 @@
     fi
   done
 
-  ## TEMPFIX stupid fuckup upstream
-  mv ./7.1.126ne ./7.1.126
-  downloads=$((${downloads} - 1))
   ########
 
   if [ ${downloads} != ${_patchlevel} ]; then




More information about the arch-commits mailing list