mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 19:01:31 -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
|
pkgbase = vim-lightline-git
|
||||||
pkgdesc = A light and configurable statusline/tabline for Vim
|
pkgdesc = A light and configurable statusline/tabline for Vim
|
||||||
pkgver = r668.a29b833
|
pkgver = r675.11931e2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/itchyny/lightline.vim
|
url = https://github.com/itchyny/lightline.vim
|
||||||
install = lightline.install
|
install = lightline.install
|
||||||
@ -13,7 +13,7 @@ pkgbase = vim-lightline-git
|
|||||||
conflicts = vim-lightline
|
conflicts = vim-lightline
|
||||||
conflicts = vim-lightline-git
|
conflicts = vim-lightline-git
|
||||||
replaces =
|
replaces =
|
||||||
source = vim-lightline::git://github.com/itchyny/lightline.vim
|
source = vim-lightline::git+https://github.com/itchyny/lightline.vim
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = vim-lightline-git
|
pkgname = vim-lightline-git
|
||||||
|
@ -15,7 +15,7 @@ _neovim="n"
|
|||||||
|
|
||||||
_name='vim-lightline'
|
_name='vim-lightline'
|
||||||
pkgname="${_name}-git"
|
pkgname="${_name}-git"
|
||||||
pkgver=r668.a29b833
|
pkgver=r675.11931e2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A light and configurable statusline/tabline for Vim'
|
pkgdesc='A light and configurable statusline/tabline for Vim'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -27,12 +27,12 @@ provides=('vim-lightline')
|
|||||||
conflicts=('vim-lightline' 'vim-lightline-git')
|
conflicts=('vim-lightline' 'vim-lightline-git')
|
||||||
replaces=('')
|
replaces=('')
|
||||||
install='lightline.install'
|
install='lightline.install'
|
||||||
source=("${_name}::${url//https/git}")
|
source=("${_name}::git+${url}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/${_name}"
|
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() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user