From 9f618532e523b5d39129d533affa3c5f0f9313ad Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 20 Sep 2016 18:27:20 -0300 Subject: vim-colorsamplerpack-2012.10.28-4.parabola1: vim 8.0 rebuild --- libre/vim-colorsamplerpack/LICENSE | 2 +- libre/vim-colorsamplerpack/PKGBUILD | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libre') diff --git a/libre/vim-colorsamplerpack/LICENSE b/libre/vim-colorsamplerpack/LICENSE index f4a5c1ff4..a4c251fe0 100644 --- a/libre/vim-colorsamplerpack/LICENSE +++ b/libre/vim-colorsamplerpack/LICENSE @@ -1,4 +1,4 @@ -Compiled licenses for the vim color schemes. +Compiled licenses for the vim color schemes. Most schemes don't have any specified license. For those that have one, they are listed below. ==> pkg/usr/share/vim/colors/calmar256-light.vim <== diff --git a/libre/vim-colorsamplerpack/PKGBUILD b/libre/vim-colorsamplerpack/PKGBUILD index 241445a8e..81e6e9c86 100644 --- a/libre/vim-colorsamplerpack/PKGBUILD +++ b/libre/vim-colorsamplerpack/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95528 2013-08-13 11:23:39Z svenstaro $ +# $Id: PKGBUILD 189356 2016-09-15 20:21:37Z svenstaro $ # Contributor (Arch): Aaron Griffin # Maintainer (Arch): Sven-Hendrik Haase # Maintainer: André Silva @@ -6,7 +6,7 @@ _pkgname=vim-colorsamplerpack-libre pkgname=vim-colorsamplerpack pkgver=2012.10.28 -pkgrel=3.parabola1 +pkgrel=4.parabola1 _scriptid=18915 pkgdesc="Different colorschemes for vim, without nonfree colorschemes" arch=('any') @@ -22,7 +22,7 @@ source=("https://repo.parabola.nu/other/${_pkgname}/ColorSamplerPack-libre.tar.x 'LICENSE') mkmd5sums=('b0f1bd54b396e3d6032c01ef1fb421b6') md5sums=('73d62829a9ad2cde3f1d03a3fbe154ee' - '6db49cf0613715ff3b7c50072367981c') + 'f4639ddafc68f49395c25fb4caf0d6f7') mksource() { # Remove nonfree colorschemes @@ -35,7 +35,7 @@ mksource() { package() { cd ${srcdir} - installpath="${pkgdir}/usr/share/vim/vim74" + installpath="${pkgdir}/usr/share/vim/vim80" install -d $installpath/colors/ install -m644 colors/* $installpath/colors install -D -m644 plugin/color_sample_pack.vim $installpath/plugin/themes.vim -- cgit v1.2.3-54-g00ecf