fix replaces cannot contain an empty string vim-hug-neovim-rpc-git

This commit is contained in:
Trent Palmer 2024-05-25 11:18:27 -07:00
parent 1bd2d22299
commit 793d8f4238
2 changed files with 3 additions and 4 deletions

View File

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

View File

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