summaryrefslogtreecommitdiff
path: root/libre/vim-colorsamplerpack
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-10-23 20:04:37 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-10-23 20:04:37 -0500
commit892b43fcb6d694adcd30fe758aa1721546fe577f (patch)
treea0311bd6d15c894ee4de1b5c0697ead94ad33aa1 /libre/vim-colorsamplerpack
parent2984f9e668b6f7c65d83af8dd650eb3757c16778 (diff)
downloadabslibre-892b43fcb6d694adcd30fe758aa1721546fe577f.tar.gz
abslibre-892b43fcb6d694adcd30fe758aa1721546fe577f.tar.bz2
abslibre-892b43fcb6d694adcd30fe758aa1721546fe577f.zip
vim-colorsamplerpack-2012.10.28-5.par1: rebuild
Diffstat (limited to 'libre/vim-colorsamplerpack')
-rw-r--r--libre/vim-colorsamplerpack/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
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}"
}