mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
vim: update to 8.1.2291 and adopt
This commit is contained in:
parent
62c0bd0754
commit
9f6f149163
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'vim'
|
# Template file for 'vim'
|
||||||
pkgname=vim
|
pkgname=vim
|
||||||
version=8.1.2238
|
version=8.1.2291
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="glib-devel pkg-config"
|
hostmakedepends="glib-devel pkg-config"
|
||||||
makedepends="acl-devel gtk+3-devel libXt-devel lua-devel ncurses-devel
|
makedepends="acl-devel gtk+3-devel libXt-devel lua-devel ncurses-devel
|
||||||
perl python-devel python3-devel ruby-devel"
|
perl python-devel python3-devel ruby-devel"
|
||||||
depends="vim-common>=${version}"
|
depends="vim-common>=${version}"
|
||||||
short_desc="Vim editor (vi clone)"
|
short_desc="Vim editor (vi clone)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="Vim"
|
license="Vim"
|
||||||
homepage="https://www.vim.org"
|
homepage="https://www.vim.org"
|
||||||
distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
|
distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
|
||||||
checksum=27f6e2b7e86fb9099806a98ce7ec4458ce53b6bf554b1420847a359415cd9149
|
checksum=fa8b7e9e8ff428d7fcbdb05a0d4b4a31f173194f08872d78a74b6b4c9d894c51
|
||||||
|
|
||||||
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue