summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2018-11-25 11:35:20 +0100
committerFlorian Walch2018-11-25 11:35:20 +0100
commit0a5d30524bbdfd13b2127395b5948d43910065bc (patch)
treee9645384a34516ffabbb3a68c1d065e06c7a53d9 /PKGBUILD
parenta94bbebd397282dc5beb08cb6cfa3b25d627e53a (diff)
downloadaur-0a5d30524bbdfd13b2127395b5948d43910065bc.tar.gz
PKGBUILD: Add armv6h, armv7h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af1b1cad72d4..306861f1313f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.2.0.r612.g3b45f676c
+pkgver=0.3.1.r915.g8b39e4ec7
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='https://neovim.io'
license=('custom:neovim')
depends=('jemalloc' 'libtermkey' 'libuv' 'luajit' 'libvterm' 'msgpack-c' 'unibilium')