summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorncoif2018-05-13 13:40:07 +0100
committerncoif2018-05-13 13:40:07 +0100
commit474608e893741486858e27751f34abb877e46b46 (patch)
treebc06ff5de4e1de27e53a57a242fe6a975896f951 /PKGBUILD
parent491c6046b9bfc0b91154dc9e12614c7e0a198c6d (diff)
downloadaur-474608e893741486858e27751f34abb877e46b46.tar.gz
Add armv7h architecture support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d3627b0a551..875c61d9a82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ _pkgbase=vim
pkgname=vim-x11
pkgver=8.0.1826
_versiondir=74
-pkgrel=1
+pkgrel=2
_upstream_pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('custom:vim')
url='http://www.vim.org'
makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'lua' 'gawk' 'tcl')