Compare commits

..

10 Commits

12 changed files with 24 additions and 41 deletions

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
pkgbase = nvim-yarp-git pkgbase = nvim-yarp-git
pkgdesc = (an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins. pkgdesc = (an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins.
pkgver = r59.bb5f5e0 pkgver = r59.bb5f5e0
pkgrel = 1 pkgrel = 2
url = https://github.com/roxma/nvim-yarp url = https://github.com/roxma/nvim-yarp
install = nvim-yarp.install install = nvim-yarp.install
arch = any arch = any
@@ -10,7 +10,6 @@ pkgbase = nvim-yarp-git
depends = vim depends = vim
depends = python-neovim depends = python-neovim
provides = nvim-yarp provides = nvim-yarp
replaces =
source = nvim-yarp::git+https://github.com/roxma/nvim-yarp source = nvim-yarp::git+https://github.com/roxma/nvim-yarp
md5sums = SKIP md5sums = SKIP

View File

@@ -2,7 +2,7 @@
_name='nvim-yarp' _name='nvim-yarp'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r59.bb5f5e0 pkgver=r59.bb5f5e0
pkgrel=1 pkgrel=2
pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins." pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins."
arch=('any') arch=('any')
url="https://github.com/roxma/nvim-yarp" url="https://github.com/roxma/nvim-yarp"
@@ -12,7 +12,7 @@ depends=('vim' 'python-neovim')
makedepends=('git') makedepends=('git')
provides=('nvim-yarp') provides=('nvim-yarp')
conflicts=() conflicts=()
replaces=('') replaces=()
backup=() backup=()
options=() options=()
# maybe at some point there will be helptags to update # maybe at some point there will be helptags to update

View File

@@ -1,7 +1,7 @@
pkgbase = vim-hug-neovim-rpc-git pkgbase = vim-hug-neovim-rpc-git
pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8 pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8
pkgver = r118.93ae387 pkgver = r118.93ae387
pkgrel = 2 pkgrel = 3
url = https://github.com/roxma/vim-hug-neovim-rpc url = https://github.com/roxma/vim-hug-neovim-rpc
install = vim-hug-neovim-rpc.install install = vim-hug-neovim-rpc.install
arch = any arch = any
@@ -11,7 +11,6 @@ pkgbase = vim-hug-neovim-rpc-git
depends = python-neovim depends = python-neovim
optdepends = nvim-yarp optdepends = nvim-yarp
provides = vim-hug-neovim-rpc provides = vim-hug-neovim-rpc
replaces =
source = git+https://github.com/roxma/vim-hug-neovim-rpc.git source = git+https://github.com/roxma/vim-hug-neovim-rpc.git
md5sums = SKIP md5sums = SKIP

View File

@@ -2,7 +2,7 @@
_name='vim-hug-neovim-rpc' _name='vim-hug-neovim-rpc'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r118.93ae387 pkgver=r118.93ae387
pkgrel=2 pkgrel=3
pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8" pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8"
arch=('any') arch=('any')
url="https://github.com/roxma/vim-hug-neovim-rpc" url="https://github.com/roxma/vim-hug-neovim-rpc"
@@ -13,7 +13,7 @@ optdepends=('nvim-yarp')
makedepends=('git') makedepends=('git')
provides=('vim-hug-neovim-rpc') provides=('vim-hug-neovim-rpc')
conflicts=() conflicts=()
replaces=('') replaces=()
backup=() backup=()
options=() options=()
# maybe at some point there will be helptags to update # maybe at some point there will be helptags to update

View File

@@ -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 = r687.58c97bc pkgver = r690.e358557
pkgrel = 1 pkgrel = 1
url = https://github.com/itchyny/lightline.vim url = https://github.com/itchyny/lightline.vim
install = lightline.install install = lightline.install
@@ -12,7 +12,6 @@ pkgbase = vim-lightline-git
provides = vim-lightline provides = vim-lightline
conflicts = vim-lightline conflicts = vim-lightline
conflicts = vim-lightline-git conflicts = vim-lightline-git
replaces =
source = vim-lightline::git+https://github.com/itchyny/lightline.vim source = vim-lightline::git+https://github.com/itchyny/lightline.vim
md5sums = SKIP md5sums = SKIP

View File

@@ -15,7 +15,7 @@ _neovim="n"
_name='vim-lightline' _name='vim-lightline'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r687.58c97bc pkgver=r690.e358557
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')
@@ -25,7 +25,7 @@ depends=('vim-runtime' 'neovim')
makedepends=('git') makedepends=('git')
provides=('vim-lightline') 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}::git+${url}") source=("${_name}::git+${url}")
md5sums=('SKIP') md5sums=('SKIP')

View File

@@ -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 = r3173.45560628 pkgver = r3232.131b1827
pkgrel = 1 pkgrel = 1
url = https://github.com/Valloric/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe
install = install install = install
@@ -28,7 +28,6 @@ pkgbase = vim-youcompleteme-git
source = git+https://github.com/davidhalter/typeshed.git source = git+https://github.com/davidhalter/typeshed.git
source = git+https://github.com/davidhalter/django-stubs source = git+https://github.com/davidhalter/django-stubs
source = git+https://github.com/numpy/numpydoc source = git+https://github.com/numpy/numpydoc
source = git+https://github.com/bottlepy/bottle.git
source = git+https://github.com/mrabarnett/mrab-regex source = git+https://github.com/mrabarnett/mrab-regex
source = git+https://github.com/gorakhargosh/watchdog source = git+https://github.com/gorakhargosh/watchdog
source = https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-mono.tar.gz source = https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-mono.tar.gz
@@ -41,7 +40,6 @@ pkgbase = vim-youcompleteme-git
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = 6060d44229abb27076eeed33d5909c1c69422e52b352c1ce24e0eb1f71d19b48
sha256sums = cc6d03e9f368a386213ce6e5b994789ef1a79aa80398f77bd85146bccc68754a
pkgname = vim-youcompleteme-git pkgname = vim-youcompleteme-git

View File

@@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
# Default PKGBUILD Configuration # # Default PKGBUILD Configuration #
#=========================================================================================================# #=========================================================================================================#
pkgname=vim-youcompleteme-git pkgname=vim-youcompleteme-git
pkgver=r3173.45560628 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)"
@@ -68,11 +68,10 @@ source=(
'git+https://github.com/davidhalter/typeshed.git' #jedi 'git+https://github.com/davidhalter/typeshed.git' #jedi
'git+https://github.com/davidhalter/django-stubs' #jedi 'git+https://github.com/davidhalter/django-stubs' #jedi
'git+https://github.com/numpy/numpydoc' #jedi 'git+https://github.com/numpy/numpydoc' #jedi
'git+https://github.com/bottlepy/bottle.git' #ycmd
'git+https://github.com/mrabarnett/mrab-regex' 'git+https://github.com/mrabarnett/mrab-regex'
'git+https://github.com/gorakhargosh/watchdog' 'git+https://github.com/gorakhargosh/watchdog'
) )
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP') sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
#=========================================================================================================# #=========================================================================================================#
#=========================================================================================================# #=========================================================================================================#
@@ -86,7 +85,7 @@ if [[ "$_use_OmniSharp_Roslyn" == "y" ]];then
if [[ "$_use_system_OmniSharp_Roslyn" == "n" ]];then if [[ "$_use_system_OmniSharp_Roslyn" == "n" ]];then
source+=('https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-mono.tar.gz') source+=('https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-mono.tar.gz')
noextract=('omnisharp-mono.tar.gz') noextract=('omnisharp-mono.tar.gz')
sha256sums+=('cc6d03e9f368a386213ce6e5b994789ef1a79aa80398f77bd85146bccc68754a') sha256sums+=('6060d44229abb27076eeed33d5909c1c69422e52b352c1ce24e0eb1f71d19b48')
elif [[ "$_use_system_OmniSharp_Roslyn" == "y" ]];then elif [[ "$_use_system_OmniSharp_Roslyn" == "y" ]];then
depends+=('omnisharp-roslyn') depends+=('omnisharp-roslyn')
fi fi
@@ -118,9 +117,9 @@ if [[ "$_use_system_python" == "n" ]]; then
fi fi
elif [[ "$_use_system_python" == "y" ]]; then elif [[ "$_use_system_python" == "y" ]]; then
if [[ "$_use_python2" == "OFF" ]]; then if [[ "$_use_python2" == "OFF" ]]; then
depends+=('python-bottle' 'python-regex') depends+=('python-regex')
elif [[ "$_use_python2" == "ON" ]]; then elif [[ "$_use_python2" == "ON" ]]; then
depends+=('python2-bottle' 'python2-regex') depends+=('python2-regex')
fi fi
fi fi
@@ -205,7 +204,7 @@ prepare() {
gitprepare "YouCompleteMe" "third_party/" "${YouCompleteMe[@]}" gitprepare "YouCompleteMe" "third_party/" "${YouCompleteMe[@]}"
local ycmd=("bottle" "mrab-regex") local ycmd=("mrab-regex")
gitprepare "YouCompleteMe/third_party/ycmd" "third_party/" "${ycmd[@]}" gitprepare "YouCompleteMe/third_party/ycmd" "third_party/" "${ycmd[@]}"
@@ -264,7 +263,7 @@ build() {
msg2 'Building gopls for go completion...' # BuildGoCode() msg2 'Building gopls for go completion...' # BuildGoCode()
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go" || exit cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go" || exit
# find gopls version by grepping third_party/ycmd/build.py # find gopls version by grepping third_party/ycmd/build.py
go install golang.org/x/tools/gopls@v0.14.0 go install golang.org/x/tools/gopls@v0.16.1
else else
msg2 'Skipping Gocode completer...' msg2 'Skipping Gocode completer...'
fi fi
@@ -336,7 +335,7 @@ package() {
if [[ "$_use_system_python" == "n" ]]; then if [[ "$_use_system_python" == "n" ]]; then
cp -r "$srcdir/YouCompleteMe/third_party/ycmd/third_party/"{bottle,clang,mrab-regex-github} \ cp -r "$srcdir/YouCompleteMe/third_party/ycmd/third_party/"{clang,mrab-regex-github} \
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party" "$pkgdir/$vimfiles_dir/third_party/ycmd/third_party"
elif [[ "$_use_system_python" == "y" ]]; then elif [[ "$_use_system_python" == "y" ]]; then
@@ -396,16 +395,6 @@ package() {
find "$pkgdir" -name 'test' -exec rm -fr {} + find "$pkgdir" -name 'test' -exec rm -fr {} +
fi fi
# Remove any file we cannot compile using a specfic python version
if [[ "$_use_python2" == "ON" ]]; then
:
else
if [[ "$_use_system_python" == "n" ]]; then
rm -r "$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/bottle/plugins/werkzeug/bottle_werkzeug.py"
rm -r "$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/bottle/plugins/sqlite/bottle_sqlite.py"
fi
fi
# Remove unneeded docs # Remove unneeded docs
if [[ "$_docs" == "n" ]]; then if [[ "$_docs" == "n" ]]; then
# find "$pkgdir" -name docs -exec rm -fr {} + # can't do this anymore because flask-sphinx-themes # find "$pkgdir" -name docs -exec rm -fr {} + # can't do this anymore because flask-sphinx-themes

View File

@@ -1,7 +1,7 @@
pkgbase = vimscripts-autoclose pkgbase = vimscripts-autoclose
pkgdesc = plugin that automatically closes quote, parentheses, brackets, braces, etc pkgdesc = plugin that automatically closes quote, parentheses, brackets, braces, etc
pkgver = 1.2 pkgver = 1.2
pkgrel = 2 pkgrel = 3
url = https://github.com/vim-scripts/AutoClose url = https://github.com/vim-scripts/AutoClose
arch = any arch = any
license = unknown license = unknown
@@ -13,4 +13,3 @@ pkgbase = vimscripts-autoclose
md5sums = 8eb8630367d6978f3e2696df27eff4eb md5sums = 8eb8630367d6978f3e2696df27eff4eb
pkgname = vimscripts-autoclose pkgname = vimscripts-autoclose

View File

@@ -12,7 +12,7 @@ _neovim="n"
pkgname='vimscripts-autoclose' pkgname='vimscripts-autoclose'
_srcpkgname='AutoClose' _srcpkgname='AutoClose'
pkgver=1.2 pkgver=1.2
pkgrel=2 pkgrel=3
epoch= epoch=
pkgdesc="plugin that automatically closes quote, parentheses, brackets, braces, etc" pkgdesc="plugin that automatically closes quote, parentheses, brackets, braces, etc"
arch=('any') arch=('any')
@@ -25,7 +25,7 @@ checkdepends=()
optdepends=() optdepends=()
provides=('vimscripts-autoclose') provides=('vimscripts-autoclose')
conflicts=('vim-auto-pairs') conflicts=('vim-auto-pairs')
replaces=('') replaces=()
backup=() backup=()
options=() options=()
install= install=