Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 775cb49

Browse files
committed
neovim: bump to 0.4.3
1 parent ad5ba40 commit 775cb49

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

community/neovim/build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
# Remove mandatory gettext dependency.
44
sed -i -e 's/^/#/' src/nvim/po/CMakeLists.txt
55

6-
make CMAKE_BUILD_TYPE=Release
6+
make CMAKE_BUILD_TYPE=Release \
7+
CMAKE_INSTALL_PREFIX=/usr \
8+
CMAKE_INSTALL_LIBDIR=lib
9+
710
make DESTDIR="$1" install

community/neovim/checksums

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56 v0.4.2.tar.gz
1+
91a0b5d32204a821bf414690e6b48cf69224d1961d37158c2b383f6a6cf854d2 v0.4.3.tar.gz

community/neovim/depends

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cmake make
2-
libtool make
31
automake make
2+
cmake make
3+
libtool make

community/neovim/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/neovim/neovim/archive/v0.4.2.tar.gz
1+
https://github.com/neovim/neovim/archive/v0.4.3.tar.gz

community/neovim/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2 1
1+
0.4.3 1

0 commit comments

Comments
 (0)