[arch-commits] Commit in vim-vital/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 30 23:42:07 UTC 2018


    Date: Wednesday, May 30, 2018 @ 23:42:06
  Author: anthraxx
Revision: 333580

archrelease: copy trunk to community-any

Added:
  vim-vital/repos/community-any/PKGBUILD
    (from rev 333579, vim-vital/trunk/PKGBUILD)
Deleted:
  vim-vital/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 23:41:59 UTC (rev 333579)
+++ PKGBUILD	2018-05-30 23:42:06 UTC (rev 333580)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=vim-vital
-_gitcommit=a8773a35b8b122b59c956a23d1e686d595bca3b4
-pkgver=3183.a8773a35
-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/${pkgname}"
-  install -Dm 644 README.md -T "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-vital/repos/community-any/PKGBUILD (from rev 333579, vim-vital/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 23:42:06 UTC (rev 333580)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=vim-vital
+_gitcommit=982e0bf3a5c181c0fa9d37bab784412f941f6b80
+pkgver=3113.982e0bf3
+pkgrel=1
+epoch=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/${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