vim: update to 8.0.1733

This commit is contained in:
Tom G. Christensen 2018-04-19 21:43:35 +02:00
parent 11481e5d64
commit d682d17ed1
3 changed files with 11 additions and 4 deletions

View File

@ -4,14 +4,15 @@
. ${BUILDPKG_SCRIPTS}/build.sh.functions
#
###########################################################
patchlevel=8
repo_pl=0008
patchlevel=1733
# repo_pl is always 4 digits
repo_pl=$patchlevel
basever=8.0
# Check the following 4 variables before running the script
topdir=vim
version=${basever}.${patchlevel}
pkgver=1
source[0]=https://github.com/vim/vim/archive/v${basever}.${repo_pl}.tar.gz
source[0]=https://github.com/vim/vim/archive/v${basever}.${repo_pl}.tar.gz#/${topdir}-${version}.tar.gz
# If there are no patches, simply comment this
patch[0]=vim-7.4.2253-socklen_t.patch

View File

@ -1,5 +1,11 @@
CHANGELOG
---------
* Wed Apr 18 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 8.0.1733-1
- Update to 8.0.1733
* Thu Feb 23 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 8.0.348-1
- Update to 8.0.348
* Sat Sep 24 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 8.0.8-1
- Update to 8.0.8

View File

@ -1,6 +1,6 @@
[vim]
pkgname="${pkgprefix}${topdir}"
name="Vim - Vi IMproved"
name="Vim - VIsual editor iMproved"
pkgcat="application"
pkgvendor="http://www.vim.org"
pkgdesc="An improved almost compatible version of Vi"