summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIván Ruvalcaba2017-05-05 11:31:08 -0500
committerIván Ruvalcaba2017-05-05 11:31:08 -0500
commitbdca3d80770b323c3ceab30f27cf3c3f1edea0a7 (patch)
tree00a6527bf980299a28d0ad8fb0d6d539f443e924 /PKGBUILD
parent84c67c41e76ab47d89c7138cdcebc219e7a81c0e (diff)
downloadaur-bdca3d80770b323c3ceab30f27cf3c3f1edea0a7.tar.gz
Fix optdepends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4eecfa69269f..8a84424634bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _pkgname=instant-rst
pkgname="vim-${_pkgname}"
_commit=490ede9 # 7 digits
pkgver=20160308
-pkgrel=1
+pkgrel=2
pkgdesc="A local server for preview rst document instantly"
arch=('any')
url="https://github.com/Rykka/instant-rst.py"
license=('CPL')
depends=('python2-flask' 'python2-docutils' 'python2-pygments' 'python2-flask-socketio' 'python2-socketio')
makedepends=('python2-setuptools')
-optdepends=('vim' 'nvim')
+optdepends=('vim' 'neovim')
source=("${_pkgname}::git+https://github.com/Rykka/${_pkgname}.py.git#commit=${_commit}")
md5sums=('SKIP')