diff options
author | Luis Martinez | 2021-03-03 21:47:46 -0600 |
---|---|---|
committer | Luis Martinez | 2021-03-03 21:47:46 -0600 |
commit | bef18d697d4130d68aeb922892a0bde0be511aa0 (patch) | |
tree | 8220a0da08c8957dc4d2c630b19c68db788ed8c7 /PKGBUILD | |
parent | 50871f45a416e21af539cc11d76579daf7f5a9de (diff) | |
download | aur-vim-wpgtk-git.tar.gz |
fixed optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: lmartinez-mirror pkgname=vim-wpgtk-git pkgver=r16.84735c3 -pkgrel=1 +pkgrel=2 pkgdesc="Vim colorscheme for wpgtk" arch=('any') url="https://github.com/deviantfero/wpgtk.vim" @@ -9,7 +9,7 @@ license=('MIT') groups=('vim-plugins') depends=('vim-plugin-runtime') optdepends=('vim-airline' - 'vim-lightline' + 'vim-lightline-git' 'neovim-airline' 'neovim-lightline') makedepends=('git') |