mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-04-03 21:47:04 -07:00
Compare commits
4 Commits
5d95b57ab1
...
793d8f4238
Author | SHA1 | Date | |
---|---|---|---|
793d8f4238 | |||
1bd2d22299 | |||
527c10bff9 | |||
7199fcfca8 |
@ -1,7 +1,7 @@
|
||||
pkgbase = nvim-yarp-git
|
||||
pkgdesc = (an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins.
|
||||
pkgver = r59.bb5f5e0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/roxma/nvim-yarp
|
||||
install = nvim-yarp.install
|
||||
arch = any
|
||||
@ -10,7 +10,6 @@ pkgbase = nvim-yarp-git
|
||||
depends = vim
|
||||
depends = python-neovim
|
||||
provides = nvim-yarp
|
||||
replaces =
|
||||
source = nvim-yarp::git+https://github.com/roxma/nvim-yarp
|
||||
md5sums = SKIP
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
_name='nvim-yarp'
|
||||
pkgname="${_name}-git"
|
||||
pkgver=r59.bb5f5e0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins."
|
||||
arch=('any')
|
||||
url="https://github.com/roxma/nvim-yarp"
|
||||
@ -12,7 +12,7 @@ depends=('vim' 'python-neovim')
|
||||
makedepends=('git')
|
||||
provides=('nvim-yarp')
|
||||
conflicts=()
|
||||
replaces=('')
|
||||
replaces=()
|
||||
backup=()
|
||||
options=()
|
||||
# maybe at some point there will be helptags to update
|
||||
|
@ -1,7 +1,7 @@
|
||||
pkgbase = vim-hug-neovim-rpc-git
|
||||
pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8
|
||||
pkgver = r118.93ae387
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/roxma/vim-hug-neovim-rpc
|
||||
install = vim-hug-neovim-rpc.install
|
||||
arch = any
|
||||
@ -11,7 +11,6 @@ pkgbase = vim-hug-neovim-rpc-git
|
||||
depends = python-neovim
|
||||
optdepends = nvim-yarp
|
||||
provides = vim-hug-neovim-rpc
|
||||
replaces =
|
||||
source = git+https://github.com/roxma/vim-hug-neovim-rpc.git
|
||||
md5sums = SKIP
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
_name='vim-hug-neovim-rpc'
|
||||
pkgname="${_name}-git"
|
||||
pkgver=r118.93ae387
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8"
|
||||
arch=('any')
|
||||
url="https://github.com/roxma/vim-hug-neovim-rpc"
|
||||
@ -13,7 +13,7 @@ optdepends=('nvim-yarp')
|
||||
makedepends=('git')
|
||||
provides=('vim-hug-neovim-rpc')
|
||||
conflicts=()
|
||||
replaces=('')
|
||||
replaces=()
|
||||
backup=()
|
||||
options=()
|
||||
# maybe at some point there will be helptags to update
|
||||
|
@ -1,7 +1,7 @@
|
||||
pkgbase = vim-lightline-git
|
||||
pkgdesc = A light and configurable statusline/tabline for Vim
|
||||
pkgver = r687.58c97bc
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/itchyny/lightline.vim
|
||||
install = lightline.install
|
||||
arch = any
|
||||
@ -12,7 +12,6 @@ pkgbase = vim-lightline-git
|
||||
provides = vim-lightline
|
||||
conflicts = vim-lightline
|
||||
conflicts = vim-lightline-git
|
||||
replaces =
|
||||
source = vim-lightline::git+https://github.com/itchyny/lightline.vim
|
||||
md5sums = SKIP
|
||||
|
||||
|
@ -16,7 +16,7 @@ _neovim="n"
|
||||
_name='vim-lightline'
|
||||
pkgname="${_name}-git"
|
||||
pkgver=r687.58c97bc
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A light and configurable statusline/tabline for Vim'
|
||||
arch=('any')
|
||||
url='https://github.com/itchyny/lightline.vim'
|
||||
@ -25,7 +25,7 @@ depends=('vim-runtime' 'neovim')
|
||||
makedepends=('git')
|
||||
provides=('vim-lightline')
|
||||
conflicts=('vim-lightline' 'vim-lightline-git')
|
||||
replaces=('')
|
||||
replaces=()
|
||||
install='lightline.install'
|
||||
source=("${_name}::git+${url}")
|
||||
md5sums=('SKIP')
|
||||
|
@ -1,7 +1,7 @@
|
||||
pkgbase = vimscripts-autoclose
|
||||
pkgdesc = plugin that automatically closes quote, parentheses, brackets, braces, etc
|
||||
pkgver = 1.2
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/vim-scripts/AutoClose
|
||||
arch = any
|
||||
license = unknown
|
||||
@ -13,4 +13,3 @@ pkgbase = vimscripts-autoclose
|
||||
md5sums = 8eb8630367d6978f3e2696df27eff4eb
|
||||
|
||||
pkgname = vimscripts-autoclose
|
||||
|
||||
|
@ -12,7 +12,7 @@ _neovim="n"
|
||||
pkgname='vimscripts-autoclose'
|
||||
_srcpkgname='AutoClose'
|
||||
pkgver=1.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=
|
||||
pkgdesc="plugin that automatically closes quote, parentheses, brackets, braces, etc"
|
||||
arch=('any')
|
||||
@ -25,7 +25,7 @@ checkdepends=()
|
||||
optdepends=()
|
||||
provides=('vimscripts-autoclose')
|
||||
conflicts=('vim-auto-pairs')
|
||||
replaces=('')
|
||||
replaces=()
|
||||
backup=()
|
||||
options=()
|
||||
install=
|
||||
|
Loading…
x
Reference in New Issue
Block a user