vim-colorschemes: update to 20160801

This commit is contained in:
cr6git 2017-07-17 21:15:11 +02:00 committed by GitHub
parent 9bb8778a51
commit 65bf15a84c
1 changed files with 5 additions and 6 deletions

View File

@ -1,19 +1,18 @@
# Template file for 'vim-colorschemes'
pkgname=vim-colorschemes
version=20150725
version=20160801
revision=1
_commit=28a989b28457e38df620e4c7ab23e224aff70efe
build_style=fetch
_commit=b8dff40f69f1873effbed97c759a8452ecb240ed
noarch=yes
short_desc="Vim colorschemes"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-3"
homepage="https://github.com/flazz/vim-colorschemes"
distfiles="https://github.com/flazz/vim-colorschemes/archive/${_commit}.tar.gz"
checksum=64b93644fda438797ac1af1115f4c5a9b7a5030fa4861898b9615db4b273e472
checksum=807812f04789c41199b446ee9909aefcde069a86b084f8d50b6d4b5c0cc41c27
wrksrc="${pkgname}-${_commit}"
do_install() {
tar xzf ${_commit}.tar.gz
vmkdir usr/share/vim/vimfiles
vcopy ${pkgname}-${_commit}/colors usr/share/vim/vimfiles/
vcopy colors usr/share/vim/vimfiles/
}