version bump 1 commits nvim-yarp-git tested on raspberrypi

This commit is contained in:
Trent Palmer 2019-05-15 16:36:51 -07:00
parent 6a1f7dd7ef
commit e85a890d9d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
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 = r45.1524cf7 pkgver = r46.9eac5b1
pkgrel = 1 pkgrel = 1
url = https://github.com/roxma/nvim-yarp url = https://github.com/roxma/nvim-yarp
install = nvim-yarp.install install = nvim-yarp.install

View File

@ -1,7 +1,7 @@
# Maintainer: Trent Palmer trenttdually at gmail # Maintainer: Trent Palmer trenttdually at gmail
_name='nvim-yarp' _name='nvim-yarp'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r45.1524cf7 pkgver=r46.9eac5b1
pkgrel=1 pkgrel=1
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')