mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 19:01:31 -08:00
version bump 1 commits nvim-yarp-git
This commit is contained in:
parent
f0a57de736
commit
d9aeaf94b8
@ -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 = r48.81caad8
|
pkgver = r49.83c6f4e
|
||||||
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
|
||||||
@ -10,6 +10,7 @@ pkgbase = nvim-yarp-git
|
|||||||
depends = vim
|
depends = vim
|
||||||
depends = python-neovim
|
depends = python-neovim
|
||||||
provides = nvim-yarp
|
provides = nvim-yarp
|
||||||
|
replaces =
|
||||||
source = nvim-yarp::git://github.com/roxma/nvim-yarp
|
source = nvim-yarp::git://github.com/roxma/nvim-yarp
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
|
@ -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=r48.81caad8
|
pkgver=r49.83c6f4e
|
||||||
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')
|
||||||
|
Loading…
Reference in New Issue
Block a user