[arch-commits] Commit in vim-vital/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Dec 18 19:54:48 UTC 2017
Date: Monday, December 18, 2017 @ 19:54:48
Author: anthraxx
Revision: 274790
archrelease: copy trunk to community-any
Added:
vim-vital/repos/community-any/PKGBUILD
(from rev 274789, vim-vital/trunk/PKGBUILD)
Deleted:
vim-vital/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-18 19:54:40 UTC (rev 274789)
+++ PKGBUILD 2017-12-18 19:54:48 UTC (rev 274790)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=vim-vital
-_gitcommit=982e0bf3a5c181c0fa9d37bab784412f941f6b80
-pkgver=3113.982e0bf3
-pkgrel=1
-pkgdesc='Comprehensive Vim utility functions for Vim plugins'
-url='https://github.com/vim-jp/vital.vim'
-arch=('any')
-license=('custom:NYSL')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}::"git+https://github.com/vim-jp/vital.vim#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
- cd ${pkgname}
- printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
- cd ${pkgname}
- _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"
-}
-
-# vim: ts=2 sw=2 et:
Copied: vim-vital/repos/community-any/PKGBUILD (from rev 274789, vim-vital/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-18 19:54:48 UTC (rev 274790)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=vim-vital
+_gitcommit=982e0bf3a5c181c0fa9d37bab784412f941f6b80
+pkgver=3113.982e0bf3
+pkgrel=2
+pkgdesc='Comprehensive Vim utility functions for Vim plugins'
+url='https://github.com/vim-jp/vital.vim'
+arch=('any')
+license=('custom:NYSL')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}::"git+https://github.com/vim-jp/vital.vim#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd ${pkgname}
+ printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+ cd ${pkgname}
+ _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/${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