From 72e4691159033dc59c9b8384092c4203a198de95 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Wed, 8 Aug 2018 08:32:19 -0700 Subject: [PATCH] version bump nvim-yarp now with an MIT License version bump nvim-yarp now with an MIT License --- nvim-yarp-git/.SRCINFO | 4 ++-- nvim-yarp-git/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nvim-yarp-git/.SRCINFO b/nvim-yarp-git/.SRCINFO index e4e2e40..5110023 100644 --- a/nvim-yarp-git/.SRCINFO +++ b/nvim-yarp-git/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = nvim-yarp-git pkgdesc = (an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins. - pkgver = r39.622cf39 + pkgver = r41.52317ce pkgrel = 1 url = https://github.com/roxma/nvim-yarp install = nvim-yarp.install arch = any - license = unknown + license = MIT makedepends = git depends = vim depends = python-neovim diff --git a/nvim-yarp-git/PKGBUILD b/nvim-yarp-git/PKGBUILD index ac1906f..961a369 100644 --- a/nvim-yarp-git/PKGBUILD +++ b/nvim-yarp-git/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Trent Palmer trenttdually at gmail _name='nvim-yarp' pkgname="${_name}-git" -pkgver=r39.622cf39 +pkgver=r41.52317ce pkgrel=1 pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins." arch=('any') url="https://github.com/roxma/nvim-yarp" -license=('unknown') +license=('MIT') groups=() depends=('vim' 'python-neovim') makedepends=('git')