[arch-commits] Commit in vim-vital/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Dec 18 19:54:41 UTC 2017


    Date: Monday, December 18, 2017 @ 19:54:40
  Author: anthraxx
Revision: 274789

upgpkg: vim-vital 3113.982e0bf3-2 (fixed destdir path)

Modified:
  vim-vital/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 19:53:17 UTC (rev 274788)
+++ PKGBUILD	2017-12-18 19:54:40 UTC (rev 274789)
@@ -3,7 +3,7 @@
 pkgname=vim-vital
 _gitcommit=982e0bf3a5c181c0fa9d37bab784412f941f6b80
 pkgver=3113.982e0bf3
-pkgrel=1
+pkgrel=2
 pkgdesc='Comprehensive Vim utility functions for Vim plugins'
 url='https://github.com/vim-jp/vital.vim'
 arch=('any')
@@ -23,8 +23,8 @@
   _installpath="${pkgdir}/usr/share/vim/vimfiles"
   install -d "${_installpath}"
   cp -r -t "${_installpath}" autoload doc plugin
-  install -Dm 644 README.md Changes -t "${pkgdir}/usr/share/doc/${pkgdir}"
-  install -Dm 644 README.md -T "${pkgdir}/usr/share/licenses/${pkgdir}/LICENSE"
+  install -Dm 644 README.md Changes -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -T "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list