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

Levente Polyak anthraxx at archlinux.org
Wed May 9 00:29:34 UTC 2018


    Date: Wednesday, May 9, 2018 @ 00:29:29
  Author: anthraxx
Revision: 319740

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-09 00:28:59 UTC (rev 319739)
+++ PKGBUILD	2018-05-09 00:29:29 UTC (rev 319740)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=vim-gitgutter
-_gitcommit=ad25925f1ec8790a3b0532c367c40470342d73fb
-pkgver=493.ad25925
-pkgrel=1
-pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
-url='https://github.com/airblade/vim-gitgutter'
-arch=('any')
-license=('MIT')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#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.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-gitgutter/repos/community-any/PKGBUILD (from rev 319739, vim-gitgutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-09 00:29:29 UTC (rev 319740)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=vim-gitgutter
+_gitcommit=a7206c41fc174f576b3f7085d48319dbdad760a5
+pkgver=497.a7206c4
+pkgrel=1
+pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
+url='https://github.com/airblade/vim-gitgutter'
+arch=('any')
+license=('MIT')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#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.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list