mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-22 03:11:30 -08:00
version bump nvim-yarp now with an MIT License
version bump nvim-yarp now with an MIT License
This commit is contained in:
parent
fea7d1aa5b
commit
72e4691159
@ -1,11 +1,11 @@
|
|||||||
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 = r39.622cf39
|
pkgver = r41.52317ce
|
||||||
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
|
||||||
arch = any
|
arch = any
|
||||||
license = unknown
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = vim
|
depends = vim
|
||||||
depends = python-neovim
|
depends = python-neovim
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# 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=r39.622cf39
|
pkgver=r41.52317ce
|
||||||
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')
|
||||||
url="https://github.com/roxma/nvim-yarp"
|
url="https://github.com/roxma/nvim-yarp"
|
||||||
license=('unknown')
|
license=('MIT')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('vim' 'python-neovim')
|
depends=('vim' 'python-neovim')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
|
Loading…
Reference in New Issue
Block a user