mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-04-10 07:52:47 -07:00
Compare commits
3 Commits
7678a23db1
...
d375079e3a
Author | SHA1 | Date | |
---|---|---|---|
d375079e3a | |||
19b5a7257e | |||
fbf2259048 |
@ -1,6 +1,6 @@
|
|||||||
pkgbase = deoplete-git
|
pkgbase = deoplete-git
|
||||||
pkgdesc = deoplete completion plugin for neovim
|
pkgdesc = deoplete completion plugin for neovim
|
||||||
pkgver = r2066.43d7457
|
pkgver = r2067.e5a47d4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Shougo/deoplete.nvim
|
url = https://github.com/Shougo/deoplete.nvim
|
||||||
install = deoplete.install
|
install = deoplete.install
|
||||||
|
@ -13,7 +13,7 @@ _neovim="n"
|
|||||||
|
|
||||||
_name='deoplete'
|
_name='deoplete'
|
||||||
pkgname="${_name}-git"
|
pkgname="${_name}-git"
|
||||||
pkgver=r2066.43d7457
|
pkgver=r2067.e5a47d4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="deoplete completion plugin for neovim"
|
pkgdesc="deoplete completion plugin for neovim"
|
||||||
# i.e. seems to build and work fine on raspberrypi
|
# i.e. seems to build and work fine on raspberrypi
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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 = r687.58c97bc
|
pkgver = r690.e358557
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/itchyny/lightline.vim
|
url = https://github.com/itchyny/lightline.vim
|
||||||
install = lightline.install
|
install = lightline.install
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -15,8 +15,8 @@ _neovim="n"
|
|||||||
|
|
||||||
_name='vim-lightline'
|
_name='vim-lightline'
|
||||||
pkgname="${_name}-git"
|
pkgname="${_name}-git"
|
||||||
pkgver=r687.58c97bc
|
pkgver=r690.e358557
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='A light and configurable statusline/tabline for Vim'
|
pkgdesc='A light and configurable statusline/tabline for Vim'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/itchyny/lightline.vim'
|
url='https://github.com/itchyny/lightline.vim'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pkgbase = vim-youcompleteme-git
|
pkgbase = vim-youcompleteme-git
|
||||||
pkgdesc = A code-completion engine for Vim
|
pkgdesc = A code-completion engine for Vim
|
||||||
pkgver = r3226.63ab13e9
|
pkgver = r3232.131b1827
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Valloric/YouCompleteMe
|
url = https://github.com/Valloric/YouCompleteMe
|
||||||
install = install
|
install = install
|
||||||
|
@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
|||||||
# Default PKGBUILD Configuration #
|
# Default PKGBUILD Configuration #
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
pkgname=vim-youcompleteme-git
|
pkgname=vim-youcompleteme-git
|
||||||
pkgver=r3226.63ab13e9
|
pkgver=r3232.131b1827
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "YouCompleteMe" || exit
|
cd "YouCompleteMe" || exit
|
||||||
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 HEAD)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user