fix replaces cannot contain an empty string nvim-yarp-git

This commit is contained in:
Trent Palmer 2024-05-25 11:06:16 -07:00
parent 5d95b57ab1
commit 7199fcfca8
2 changed files with 3 additions and 4 deletions

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