Skip to content

Commit

Permalink
vim: Updated to version 8.0.069
Browse files Browse the repository at this point in the history
  • Loading branch information
larseje committed Mar 1, 2017
1 parent 99a72d6 commit 4d729b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/Buildfile
Expand Up @@ -3,13 +3,13 @@
# License: VIM

name=vim
version=8.0
version=8.0.069
release=1
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2)
depends=(ncurses acl)

build () {
cd vim${version/./}/src
cd vim*/src
LDFLAGS=-ltinfo \
vim_cv_toupper_broken=no \
Expand Down

0 comments on commit 4d729b4

Please sign in to comment.