vim: update to 8.0.0003.

This commit is contained in:
Christian Neukirchen 2016-09-13 19:14:52 +02:00
parent 25ff2989de
commit dd74de456f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'vim' # Template file for 'vim'
pkgname=vim pkgname=vim
version=8.0.0000 version=8.0.0003
revision=1 revision=1
hostmakedepends="pkg-config glib-devel" hostmakedepends="pkg-config glib-devel"
makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.vim.org" homepage="http://www.vim.org"
license="Vim" license="Vim"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=88508a7823e7ae3e96f8b3d465eac8f6ca0f59196816d9d8e93f0bd55fd8d94d checksum=725d8bfafe9a415c36de2230644ddcff56f83b73d3ad236727ccff793b4b5b5c
subpackages="xxd vim-common vim-x11 gvim" subpackages="xxd vim-common vim-x11 gvim"
# XXX vim-huge cannot be cross compiled for now. # XXX vim-huge cannot be cross compiled for now.