version bump 7 commits vim-lightline-git

This commit is contained in:
Trent Palmer 2022-03-18 07:02:58 -07:00
parent f6dede3a43
commit a0adf0228f
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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() {