summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f1330d7bdd3..60d602846815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neovim-popup-git
pkgdesc = A WIP implementation of the Popup API from Vim in Neovim
pkgver = r15.5e3bece
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nvim-lua/popup.nvim
arch = any
groups = neovim-plugins
license = unknown
makedepends = git
- depends = neovim-git
+ depends = neovim>=0.5.0
depends = neovim-plenary
provides = neovim-popup
conflicts = neovim-popup
diff --git a/PKGBUILD b/PKGBUILD
index 4709a21ff28d..86d5f8f4d139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=neovim-popup-git
pkgver=r15.5e3bece
-pkgrel=1
+pkgrel=2
pkgdesc="A WIP implementation of the Popup API from Vim in Neovim"
arch=('any')
url="https://github.com/nvim-lua/popup.nvim"
license=('unknown')
groups=('neovim-plugins')
-depends=('neovim-git' 'neovim-plenary')
+depends=('neovim>=0.5.0' 'neovim-plenary')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")