summaryrefslogtreecommitdiffstats
path: root/vim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'vim/PKGBUILD')
-rw-r--r--vim/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/PKGBUILD b/vim/PKGBUILD
index 715ba02..acaa4f4 100644
--- a/vim/PKGBUILD
+++ b/vim/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vim
_srcver=7.2
-_patchlevel=166
+_patchlevel=197
pkgver=${_srcver}.${_patchlevel}
pkgrel=1
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
@@ -37,7 +37,7 @@ build()
--with-compiledby=ArchLinux --with-features=big \
--enable-gpm --enable-acl --with-x=no --disable-gui \
--enable-multibyte --enable-cscope \
- --enable-perlinterp
+ --enable-perlinterp --enable-pythoninterp
#--with-global-runtime=/usr/share/vim --with-vim-name=vim \
make || return 1
make VIMRCLOC=/etc DESTDIR=${pkgdir} install