[arch-commits] Commit in vim/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Feb 22 15:51:16 UTC 2010


    Date: Monday, February 22, 2010 @ 10:51:16
  Author: ibiru
Revision: 69757

upgpkg: vim 7.2.368-3
rebuild without ruby support

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-22 15:46:58 UTC (rev 69756)
+++ PKGBUILD	2010-02-22 15:51:16 UTC (rev 69757)
@@ -5,13 +5,13 @@
 _srcver=7.2
 _patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
-pkgrel=2
+pkgrel=3
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url="http://www.vim.org"
 depends=('gpm' 'coreutils' 'perl')
-makedepends=('wget' 'sed' 'grep' 'gettext' 'curl' 'rsync' 'ruby')
+makedepends=('wget' 'sed' 'grep' 'gettext' 'curl' 'rsync')
 backup=(etc/vimrc)
 install=${pkgname}.install
 # we need the extra-stuff to get all patches applied smoothly
@@ -39,7 +39,7 @@
     --with-compiledby=ArchLinux --with-features=big \
     --enable-gpm --enable-acl --with-x=no --disable-gui \
     --enable-multibyte --enable-cscope \
-    --enable-perlinterp --enable-rubyinterp
+    --enable-perlinterp 
     #--with-global-runtime=/usr/share/vim --with-vim-name=vim \
   make || return 1
 }




More information about the arch-commits mailing list