From 892b43fcb6d694adcd30fe758aa1721546fe577f Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 23 Oct 2018 20:04:37 -0500 Subject: vim-colorsamplerpack-2012.10.28-5.par1: rebuild --- libre/vim-colorsamplerpack/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libre/vim-colorsamplerpack') diff --git a/libre/vim-colorsamplerpack/PKGBUILD b/libre/vim-colorsamplerpack/PKGBUILD index 41667e3d6..a0ebdc8a5 100644 --- a/libre/vim-colorsamplerpack/PKGBUILD +++ b/libre/vim-colorsamplerpack/PKGBUILD @@ -7,7 +7,8 @@ _pkgname=vim-colorsamplerpack-libre pkgname=vim-colorsamplerpack pkgver=2012.10.28 -pkgrel=4.parabola2 +pkgrel=5 +pkgrel+=.par1 _scriptid=18915 pkgdesc="Different colorschemes for vim, without nonfree colorschemes" arch=('any') @@ -21,9 +22,9 @@ groups=('vim-plugins') mksource=(ColorSamplerPack.zip::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid") source=("https://repo.parabola.nu/other/${_pkgname}/ColorSamplerPack-libre.tar.xz" 'LICENSE') -mkmd5sums=('b0f1bd54b396e3d6032c01ef1fb421b6') -md5sums=('73d62829a9ad2cde3f1d03a3fbe154ee' - 'f4639ddafc68f49395c25fb4caf0d6f7') +mksha256sums=('2d0b07a36fa52728f45850933a35ab6172913262fb3aaa2cb32e597cf75859f3') +sha256sums=('b1f2bbe6ab7ee4fcce66aca812726919f96d013caf8a6c68b242c59b48269d17' + '6d9e25d62ca66835eb24209c8e7ef973932165f65e96f615639027418ab6742d') mksource() { # Remove nonfree colorschemes @@ -36,9 +37,8 @@ mksource() { package() { cd ${srcdir} - 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 - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + installpath="${pkgdir}/usr/share/vim/vimfiles" + install -Dm 644 colors/* -t "${installpath}/colors" + install -Dm 644 plugin/color_sample_pack.vim "${installpath}/plugin/themes.vim" + install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" } -- cgit v1.2.3