summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-07-02 14:08:13 -0500
committerLuis Martinez2021-07-02 14:08:13 -0500
commitdf49276b2daf4e7210a4330a17a9f81606fb0fee (patch)
tree69e2523d46decb3453fed9b7a4212525173fc56d
parent31ff819219718aa97305661cf87ec3e417bf5bac (diff)
downloadaur-df49276b2daf4e7210a4330a17a9f81606fb0fee.tar.gz
change depends to neovim 0.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ac345639db..45956cbf3268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-code-minimap-git
pkgdesc = Blazing fast minimap for Vim, powered by code-minimap
- pkgver = r116.408db1f
- pkgrel = 1
+ pkgver = r122.8ff6541
+ pkgrel = 2
url = https://github.com/wfxr/minimap.vim
arch = any
groups = vim-plugins
@@ -21,9 +21,8 @@ pkgname = vim-code-minimap-git
pkgname = neovim-code-minimap-git
depends = code-minimap
- depends = neovim-git
+ depends = neovim>=0.5.0
provides = neovim-code-minimap
provides = vim-minimap
conflicts = neovim-code-minimap
conflicts = vim-minimap
-
diff --git a/PKGBUILD b/PKGBUILD
index bc606cb3be62..8a852e753ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=vim-code-minimap-git
pkgname=('vim-code-minimap-git' 'neovim-code-minimap-git')
-pkgver=r116.408db1f
-pkgrel=1
+pkgver=r122.8ff6541
+pkgrel=2
pkgdesc="Blazing fast minimap for Vim, powered by code-minimap"
arch=('any')
url="https://github.com/wfxr/minimap.vim"
@@ -33,7 +33,7 @@ package_vim-code-minimap-git() {
}
package_neovim-code-minimap-git() {
- depends+=('neovim-git')
+ depends+=('neovim>=0.5.0')
provides=("${pkgname%-git}" 'vim-minimap')
conflicts=("${pkgname%-git}" 'vim-minimap')