version bump 1 commits nvim-yarp-git

This commit is contained in:
Trent Palmer 2019-12-02 19:29:56 -08:00
parent f0a57de736
commit d9aeaf94b8
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
# Maintainer: Trent Palmer trenttdually at gmail
_name='nvim-yarp'
pkgname="${_name}-git"
pkgver=r48.81caad8
pkgver=r49.83c6f4e
pkgrel=1
pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins."
arch=('any')