summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Palmer2019-12-02 19:30:51 -0800
committerTrent Palmer2019-12-02 19:30:51 -0800
commit98b39d5f9d9003ce3fcb186c058c0697fac17c67 (patch)
treeab076030a20665ff5bf289b7ee6068af78ec6578
parentfd0939b7e9110ee08152ae3ba9f44605fb7dba8d (diff)
downloadaur-98b39d5f9d9003ce3fcb186c058c0697fac17c67.tar.gz
version bump 1 commits
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47e2e6eab75..1a0f389ca782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 36658435db6d..99189ff015bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')