diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-29 02:00:06 -0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-29 09:04:43 +0300 |
commit | 74871b6afa0e5b2de011301d9febac6f17d7f595 (patch) | |
tree | a39944441de6cf94e36baf5c530cf8729eff9b46 /community/neovim/APKBUILD | |
parent | 07419963cfbd90b3b3e11bc2e1438e1708eceffb (diff) | |
download | aports-74871b6afa0e5b2de011301d9febac6f17d7f595.tar.bz2 aports-74871b6afa0e5b2de011301d9febac6f17d7f595.tar.xz |
community/neovim: upgrade to 0.3.5
Diffstat (limited to 'community/neovim/APKBUILD')
-rw-r--r-- | community/neovim/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 8ee4ec9955..7f619f46b9 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -12,7 +12,7 @@ # TODO: Try to trim the base package to include only common syntax files etc. # NOTE: ignore-st-cursor-shape.patch will be in neovim 0.2.3 pkgname=neovim -pkgver=0.3.4 +pkgver=0.3.5 pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" @@ -20,14 +20,12 @@ url="https://neovim.io" # aarch64: fails to build arch="all !s390x !aarch64" license="Apache-2.0 custom" -depends="" makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev lua5.1-lpeg lua5.1-mpack luajit-dev msgpack-c-dev unibilium-dev" subpackages="$pkgname-lang $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/neovim/$pkgname/archive/v$pkgver.tar.gz nodoc.txt " -builddir="$srcdir/$pkgname-$pkgver" build() { mkdir -p "$builddir"/build @@ -66,5 +64,5 @@ doc() { done } -sha512sums="fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b69406491854613a1cf347ddab6fc6e277f959887556d2c0068cf181e4d88c36b neovim-0.3.4.tar.gz +sha512sums="8e7c14df59fdcb0eb03a2dbed5d56ae3b1eadb9aac805e69da03f7e964936721abf6c04ca6bf91d10b4451030f4440814ac445b58a0b06d11c7f6663c1b22019 neovim-0.3.5.tar.gz 72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" |