summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2019-10-26 18:51:57 +0200
committerFlorian Walch2019-10-26 18:51:57 +0200
commit60cd177af9f96527e5a6a5a3d4eab81080768bc5 (patch)
tree9dec45d11f66a83f2f81b06d96f794984e611443 /PKGBUILD
parent7fd6ad8d4761dff9763cb63bdeef20cdeb7e5df0 (diff)
downloadaur-60cd177af9f96527e5a6a5a3d4eab81080768bc5.tar.gz
Add aarch64 to supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3903c59eb8ff..684c6683b29f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.4.0.r99.gb18b84df5
+pkgver=0.4.0.r242.g19ba36d0e
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
-arch=('i686' 'x86_64' 'armv7h' 'armv6h')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='https://neovim.io'
license=('custom:neovim')
depends=('libluv' 'libtermkey' 'libutf8proc' 'libuv' 'libvterm>=0.1.git5' 'luajit' 'msgpack-c' 'unibilium')