summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPascal Mehnert2021-10-03 16:05:27 +0200
committerPascal Mehnert2021-10-03 16:05:27 +0200
commitae8264207a514b4fe75e5431bda85592753ea263 (patch)
treed06a985c70c8b9eff0b46be40cee00f8ad0ae414 /PKGBUILD
parent16bfe2346b6d29cadaedf5d1673ee392d098356b (diff)
downloadaur-ae8264207a514b4fe75e5431bda85592753ea263.tar.gz
Bump neovim dependency to 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 553f4ff606d2..ae388e9a24c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pascal Mehnert <gargoil@posteo.de>
pkgname=nvimpager-git
-pkgver=0.10.2.r1.gd2b89c5
+pkgver=0.10.2.r8.g499f43c
pkgrel=1
pkgdesc="Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting"
arch=('any')
url='https://github.com/lucc/nvimpager'
license=('BSD')
-depends=('neovim>=0.3.0' 'bash')
+depends=('neovim>=0.4.0' 'bash')
makedepends=('git' 'scdoc')
conflicts=('nvimpager')
provides=('nvimpager')