mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 01:13:16 -07:00
modified: vim-lightline-git/PKGBUILD
clean up unneeded comments, fix version function
This commit is contained in:
@ -1,16 +1,19 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Thu Dec 10 17:28:20 UTC 2015
|
||||
pkgbase = vim-lightline-git
|
||||
pkgdesc = A light and configurable statusline/tabline for Vim
|
||||
pkgver = latest
|
||||
pkgver = r515.583138f
|
||||
pkgrel = 1
|
||||
url = https://github.com/itchyny/lightline.vim
|
||||
install = vimdoc.install
|
||||
install = lightline.install
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = git
|
||||
depends = vim-runtime
|
||||
source = git://github.com/itchyny/lightline.vim.git
|
||||
depends = neovim
|
||||
provides = vim-lightline-git
|
||||
conflicts = vim-lightline
|
||||
conflicts = vim-lightline-git
|
||||
replaces = vim-lightline
|
||||
source = vim-lightline::git://github.com/itchyny/lightline.vim
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = vim-lightline-git
|
||||
|
Reference in New Issue
Block a user