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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 21 13:53:04 UTC 2017


    Date: Tuesday, March 21, 2017 @ 13:53:03
  Author: arodseth
Revision: 218166

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-21 13:52:06 UTC (rev 218165)
+++ PKGBUILD	2017-03-21 13:53:03 UTC (rev 218166)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: olantwin <olantwin at gmail.com>
-
-pkgname=vim-airline
-pkgver=0.8
-pkgrel=3
-pkgdesc='Lean & mean statusline/tabline for ViM'
-arch=('any')
-url='https://github.com/vim-airline/vim-airline'
-license=('MIT')
-depends=('vim-runtime' 'vim-airline-themes')
-makedepends=('git')
-groups=('vim-plugins')
-#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
-source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-
-  _installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
-  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
-  install -d "$_installpath/autoload"
-  install -d "$_installpath/t"
-  cp -R autoload/* "$_installpath/autoload"
-  cp -R t/* "$_installpath/t"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # This one conflicts with vim-airline-themes
-  rm "$pkgdir/usr/share/vim/vimfiles/autoload/airline/themes/dark.vim"
-}
-
-# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
-# vim:set ts=2 sw=2 et:

Copied: vim-airline/repos/community-any/PKGBUILD (from rev 218165, vim-airline/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-21 13:53:03 UTC (rev 218166)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: olantwin <olantwin at gmail.com>
+
+pkgname=vim-airline
+pkgver=0.8
+pkgrel=4
+pkgdesc='Lean & mean statusline/tabline for ViM'
+arch=('any')
+url='https://github.com/vim-airline/vim-airline'
+license=('MIT')
+depends=('vim-runtime' 'vim-airline-themes')
+makedepends=('git')
+groups=('vim-plugins')
+#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
+source=("git+https://github.com/$pkgname/$pkgname.git#commit=410429a95c67eed8eeb26681838d3766a2437806")
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  _installpath="$pkgdir/usr/share/vim/vimfiles"
+  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
+  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
+  install -d "$_installpath/autoload"
+  install -d "$_installpath/t"
+  cp -R autoload/* "$_installpath/autoload"
+  cp -R t/* "$_installpath/t"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # This one conflicts with vim-airline-themes
+  rm "$pkgdir/usr/share/vim/vimfiles/autoload/airline/themes/dark.vim"
+}
+
+# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list