summarylogtreecommitdiffstats
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
parent84c67c41e76ab47d89c7138cdcebc219e7a81c0e (diff)
downloadaur-bdca3d80770b323c3ceab30f27cf3c3f1edea0a7.tar.gz
Fix optdepends array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9ff278769c..7b01a30500b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-instant-rst
pkgdesc = A local server for preview rst document instantly
pkgver = 20160308
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Rykka/instant-rst.py
arch = any
license = CPL
@@ -12,7 +12,7 @@ pkgbase = vim-instant-rst
depends = python2-flask-socketio
depends = python2-socketio
optdepends = vim
- optdepends = nvim
+ optdepends = neovim
source = instant-rst::git+https://github.com/Rykka/instant-rst.py.git#commit=490ede9
md5sums = SKIP
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')