mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
vim: update to 9.0.0000.
Adopted.
This commit is contained in:
parent
c38e67b6bc
commit
f82c32f85d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vim'
|
||||
pkgname=vim
|
||||
version=8.2.5083
|
||||
version=9.0.0000
|
||||
revision=1
|
||||
hostmakedepends="gettext glib-devel pkg-config"
|
||||
makedepends="acl-devel ncurses-devel
|
||||
|
@ -9,11 +9,11 @@ makedepends="acl-devel ncurses-devel
|
|||
$(vopt_if huge 'lua53-devel perl python3-devel ruby-devel')"
|
||||
depends="vim-common>=${version}"
|
||||
short_desc="Vim editor (vi clone)"
|
||||
maintainer="Neel Chotai <neel@chot.ai>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Vim"
|
||||
homepage="https://www.vim.org"
|
||||
distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
|
||||
checksum=6a40f4eb8db1e3d5ac453a281886551afdf4f54dafa334676bf4bf663bee3243
|
||||
checksum=1b3cd3732eb7039cf58a9321de26ab1a12d81c2f6760eb03c5d7b60d548f4587
|
||||
python_version=3
|
||||
|
||||
build_options="x11 gtk3 huge"
|
||||
|
|
Loading…
Add table
Reference in a new issue