summaryrefslogtreecommitdiff
path: root/extra/vim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vim/PKGBUILD')
-rw-r--r--extra/vim/PKGBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD
index 44f1a5452..b313b46ff 100644
--- a/extra/vim/PKGBUILD
+++ b/extra/vim/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=vim
pkgname=('vim' 'gvim' 'vim-runtime')
_topver=7.3
-_patchlevel=754
-__hgrev=52bfa939fc07
+_patchlevel=798
+__hgrev=30b3b1da0350
_versiondir="vim${_topver//./}"
pkgver=${_topver}.${_patchlevel}
pkgrel=1
@@ -21,8 +21,8 @@ source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz"
'vimrc'
'archlinux.vim'
'gvim.desktop')
-md5sums=('187bec934962a7b5418dbe233e606eef'
- '3a41d935a372c712088cdee997e1287f'
+md5sums=('e4a759fdb7cf91d91fd4f8e4f44d5d9c'
+ 'ff8221082bdd0f9b63f57e5cc7773ee7'
'6e7adfbd5d26c1d161030ec203a7f243'
'20fceda56badf201695c57999b0bc609'
'10353a61aadc3f276692d0e17db1478e'
@@ -53,8 +53,8 @@ mksource() {
gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
- scp ${pkgname}-${pkgver}.tar.xz ger:/srv/ftp/other/vim/
- scp ${pkgname}-${pkgver}.tar.xz.sig ger:/srv/ftp/other/vim/
+ scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+ scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
}
build() {
@@ -65,9 +65,7 @@ build() {
vim-build/src/feature.h
sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
vim-build/src/feature.h
- # fix python name
- sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
- vim-build/src/configure.in
+
(cd vim-build/src && autoconf)
cp -a vim-build gvim-build
@@ -77,7 +75,7 @@ build() {
./configure \
--prefix=/usr \
--localstatedir=/var/lib/vim \
- --with-features=big \
+ --with-features=huge \
--with-compiledby=Parabola \
--enable-gpm \
--enable-acl \
@@ -99,7 +97,7 @@ build() {
./configure \
--prefix=/usr \
--localstatedir=/var/lib/vim \
- --with-features=big \
+ --with-features=huge \
--with-compiledby=Parabola \
--enable-gpm \
--enable-acl \