Date: Wednesday, February 3, 2016 @ 22:03:39
  Author: arodseth
Revision: 160119

upgpkg: vim-airline 0.7-1

Modified:
  vim-airline/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-03 20:56:40 UTC (rev 160118)
+++ PKGBUILD    2016-02-03 21:03:39 UTC (rev 160119)
@@ -1,19 +1,19 @@
 # $Id$
-# Maintainer: Alexander Rødseth <[email protected]>
+# Maintainer: Alexander F Rødseth <[email protected]>
 # Contributor: olantwin <olantwin at gmail dot com>
 
 pkgname=vim-airline
 pkgver=0.7
-pkgrel=2
+pkgrel=1
 pkgdesc='Lean & mean statusline/tabline for ViM'
 arch=('any')
-url='https://github.com/bling/vim-airline'
+url='https://github.com/vim-airline/vim-airline'
 license=('MIT')
 depends=('vim-runtime')
 makedepends=('git')
 #optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
 install='vimdoc.install'
-source=("git://github.com/bling/$pkgname.git#tag=v$pkgver")
+source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 package() {
@@ -29,4 +29,5 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
 # vim:set ts=2 sw=2 et:

Reply via email to