mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
version bump 7 commits vim-lightline-git
This commit is contained in:
parent
f6dede3a43
commit
a0adf0228f
@ -1,6 +1,6 @@
|
||||
pkgbase = vim-lightline-git
|
||||
pkgdesc = A light and configurable statusline/tabline for Vim
|
||||
pkgver = r668.a29b833
|
||||
pkgver = r675.11931e2
|
||||
pkgrel = 1
|
||||
url = https://github.com/itchyny/lightline.vim
|
||||
install = lightline.install
|
||||
@ -13,7 +13,7 @@ pkgbase = vim-lightline-git
|
||||
conflicts = vim-lightline
|
||||
conflicts = vim-lightline-git
|
||||
replaces =
|
||||
source = vim-lightline::git://github.com/itchyny/lightline.vim
|
||||
source = vim-lightline::git+https://github.com/itchyny/lightline.vim
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = vim-lightline-git
|
||||
|
@ -15,7 +15,7 @@ _neovim="n"
|
||||
|
||||
_name='vim-lightline'
|
||||
pkgname="${_name}-git"
|
||||
pkgver=r668.a29b833
|
||||
pkgver=r675.11931e2
|
||||
pkgrel=1
|
||||
pkgdesc='A light and configurable statusline/tabline for Vim'
|
||||
arch=('any')
|
||||
@ -27,12 +27,12 @@ provides=('vim-lightline')
|
||||
conflicts=('vim-lightline' 'vim-lightline-git')
|
||||
replaces=('')
|
||||
install='lightline.install'
|
||||
source=("${_name}::${url//https/git}")
|
||||
source=("${_name}::git+${url}")
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_name}"
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user