From 7199fcfca81f6f6bdc867e1e7835fb9dfba53e5d Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sat, 25 May 2024 11:06:16 -0700 Subject: [PATCH] fix replaces cannot contain an empty string nvim-yarp-git --- nvim-yarp-git/.SRCINFO | 3 +-- nvim-yarp-git/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/nvim-yarp-git/.SRCINFO b/nvim-yarp-git/.SRCINFO index 6aed8b8..4e0b895 100644 --- a/nvim-yarp-git/.SRCINFO +++ b/nvim-yarp-git/.SRCINFO @@ -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 diff --git a/nvim-yarp-git/PKGBUILD b/nvim-yarp-git/PKGBUILD index 4740765..fe08fba 100644 --- a/nvim-yarp-git/PKGBUILD +++ b/nvim-yarp-git/PKGBUILD @@ -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