neovim: drop redundant makedep.
This commit is contained in:
parent
6fe4e0104c
commit
da488cd37b
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'neovim'
|
# Template file for 'neovim'
|
||||||
pkgname=neovim
|
pkgname=neovim
|
||||||
version=0.1.1
|
version=0.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLUA_PRG=/usr/bin/lua5.2"
|
configure_args="-DLUA_PRG=/usr/bin/lua5.2"
|
||||||
hostmakedepends="cmake lua52-lpeg lua52-MessagePack lua52-BitOp"
|
hostmakedepends="cmake lua52-lpeg lua52-MessagePack lua52-BitOp"
|
||||||
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel jemalloc-devel
|
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel
|
||||||
msgpack-devel unibilium-devel"
|
jemalloc-devel msgpack-devel"
|
||||||
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
|
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="Apache-2.0, GPL-2"
|
license="Apache-2.0, GPL-2"
|
||||||
|
|
Loading…
Reference in a new issue