summaryrefslogtreecommitdiff
path: root/extra/vim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vim/PKGBUILD')
-rw-r--r--extra/vim/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD
index 8b44815b3..44f1a5452 100644
--- a/extra/vim/PKGBUILD
+++ b/extra/vim/PKGBUILD
@@ -11,7 +11,7 @@ __hgrev=52bfa939fc07
_versiondir="vim${_topver//./}"
pkgver=${_topver}.${_patchlevel}
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('custom:vim')
url="http://www.vim.org"
makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
@@ -78,7 +78,7 @@ build() {
--prefix=/usr \
--localstatedir=/var/lib/vim \
--with-features=big \
- --with-compiledby=ArchLinux \
+ --with-compiledby=Parabola \
--enable-gpm \
--enable-acl \
--with-x=no \
@@ -100,7 +100,7 @@ build() {
--prefix=/usr \
--localstatedir=/var/lib/vim \
--with-features=big \
- --with-compiledby=ArchLinux \
+ --with-compiledby=Parabola \
--enable-gpm \
--enable-acl \
--with-x=yes \