summaryrefslogtreecommitdiff
path: root/extra/vim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vim/PKGBUILD')
-rw-r--r--extra/vim/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD
index fae945242..e82782240 100644
--- a/extra/vim/PKGBUILD
+++ b/extra/vim/PKGBUILD
@@ -11,7 +11,7 @@ __hgrev=379a6398d462
_versiondir="vim${_topver//./}"
pkgver=${_topver}.${_patchlevel}
pkgrel=2
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('custom:vim')
url="http://www.vim.org"
makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
@@ -72,7 +72,7 @@ build() {
cd "${srcdir}"/vim-build
./configure --prefix=/usr --localstatedir=/var/lib/vim \
- --with-features=big --with-compiledby=ArchLinux \
+ --with-features=big --with-compiledby=Parabola \
--enable-gpm --enable-acl --with-x=no \
--disable-gui --enable-multibyte --enable-cscope \
--disable-netbeans --enable-perlinterp --disable-pythoninterp \