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

Daniel Griffiths dgriffiths at archlinux.org
Sun Feb 21 18:10:00 UTC 2010


    Date: Sunday, February 21, 2010 @ 13:09:59
  Author: dgriffiths
Revision: 69649

FS#16710

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-21 17:01:21 UTC (rev 69648)
+++ PKGBUILD	2010-02-21 18:09:59 UTC (rev 69649)
@@ -3,9 +3,9 @@
 
 pkgname=vim
 _srcver=7.2
-_patchlevel=359
+_patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
-pkgrel=2
+pkgrel=1
 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-perlinterp --enable-rubyinterp
     #--with-global-runtime=/usr/share/vim --with-vim-name=vim \
   make || return 1
 }




More information about the arch-commits mailing list