mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
vim: update to 7.4.889.
This commit is contained in:
parent
694868119b
commit
113a7edc4c
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vim'
|
# Template file for 'vim'
|
||||||
pkgname=vim
|
pkgname=vim
|
||||||
version=7.4.865
|
version=7.4.889
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl
|
makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl
|
||||||
ruby-devel python-devel python3.4-devel lua-devel"
|
ruby-devel python-devel python3.4-devel lua-devel"
|
||||||
|
@ -11,7 +11,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.vim.org"
|
homepage="http://www.vim.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=b3c92b2bc6ba7933b38fdf1879f8d7014efeb7b94aead6ef82f7c4a954fb75cf
|
checksum=b4247eb470e965a5fc08989b26ad30998b7f3efce1d5a5001b85666ee26ee4f3
|
||||||
|
|
||||||
subpackages="vim-common vim-x11 gvim"
|
subpackages="vim-common vim-x11 gvim"
|
||||||
# XXX vim-huge cannot be cross compiled for now.
|
# XXX vim-huge cannot be cross compiled for now.
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue