summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2016-09-01 21:43:29 +0200
committerFlorian Walch2016-09-01 21:44:20 +0200
commit07345cb8d074580a1637e3f78c26c0ad145add00 (patch)
treed98db5cf446808ae7637851cb0443748d0019897 /PKGBUILD
parent7e06c101d89e73e17ba5dc626d6452704f8fc673 (diff)
downloadaur-07345cb8d074580a1637e3f78c26c0ad145add00.tar.gz
PKGBUILD: Add gperf as build dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a936c474cf02..07cacd42db16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.1.4.r610.g29060a5
+pkgver=0.1.5.r49.gc6ac4f8
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
url='https://neovim.io'
license=('custom:neovim')
depends=('jemalloc' 'libtermkey' 'libuv' 'libvterm' 'msgpack-c' 'unibilium')
-makedepends=('cmake' 'git' 'luajit' 'lua51-mpack' 'lua51-lpeg')
+makedepends=('cmake' 'git' 'gperf' 'luajit' 'lua51-mpack' 'lua51-lpeg')
optdepends=('python2-neovim: for Python 2 plugin support (see :help provider-python)'
'python-neovim: for Python 3 plugin support (see :help provider-python)'
'ruby-neovim: for Ruby plugin support (see :help provider-ruby)'