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

Daniel Griffiths dgriffiths at archlinux.org
Sun Feb 21 22:33:27 UTC 2010


    Date: Sunday, February 21, 2010 @ 17:33:27
  Author: dgriffiths
Revision: 69693

Removing ruby, doesn't build properly

Modified:
  vim/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-21 22:33:00 UTC (rev 69692)
+++ PKGBUILD	2010-02-21 22:33:27 UTC (rev 69693)
@@ -5,7 +5,7 @@
 _srcver=7.2
 _patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
 arch=('i686' 'x86_64')
 license=('custom:vim')
@@ -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