[arch-commits] Commit in vim-airline/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Apr 12 10:05:54 UTC 2016
Date: Tuesday, April 12, 2016 @ 12:05:54
Author: arodseth
Revision: 170670
upgpkg: vim-airline 0.8-2
Modified:
vim-airline/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-12 09:53:19 UTC (rev 170669)
+++ PKGBUILD 2016-04-12 10:05:54 UTC (rev 170670)
@@ -4,12 +4,12 @@
pkgname=vim-airline
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc='Lean & mean statusline/tabline for ViM'
arch=('any')
url='https://github.com/vim-airline/vim-airline'
license=('MIT')
-depends=('vim-runtime')
+depends=('vim-runtime' 'vim-airline-themes')
makedepends=('git')
groups=('vim-plugins')
#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
@@ -28,6 +28,9 @@
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
More information about the arch-commits
mailing list