summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorncoif2018-05-13 13:42:38 +0100
committerncoif2018-05-13 13:42:38 +0100
commit1750e3102fa0583a0441f0d18aea888fa73ae413 (patch)
tree725f606cb5274c5451729212991a3420df5f1c42
parent474608e893741486858e27751f34abb877e46b46 (diff)
downloadaur-1750e3102fa0583a0441f0d18aea888fa73ae413.tar.gz
Add armv7h architecture support for template
-rw-r--r--PKGBUILD.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.template b/PKGBUILD.template
index 72b530f276f3..920ae36ce9cf 100644
--- a/PKGBUILD.template
+++ b/PKGBUILD.template
@@ -14,7 +14,7 @@ pkgver=__VERSION__
_versiondir=74
pkgrel=1
_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')