summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracgtyrant2015-12-24 09:16:48 +0800
committeracgtyrant2015-12-24 09:16:48 +0800
commit025b9b50762fcf734756b848c8d2990ca2316da3 (patch)
treeb5bc91a29fdda7016b63e6a260579103898f0414
parent6d03fae382acec2e6ba5982613985a1128b7ba77 (diff)
downloadaur-025b9b50762fcf734756b848c8d2990ca2316da3.tar.gz
PKGBUILD: move 'vim' to optdepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b54569701eec..977fe310aaeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc="Tools to make searching and viewing easy."
arch=('any')
url="https://github.com/lilydjwg/search-and-view"
license=('GPL3')
-depends=('bash' 'the_silver_searcher' 'python' 'python-easygui' 'vim')
+depends=('bash' 'the_silver_searcher' 'python' 'python-easygui')
makedepends=('git')
-optdepends=('python-setproctitle: agv support')
+optdepends=('python-setproctitle: agv support' 'vim: vv support')
source=('git+https://github.com/lilydjwg/search-and-view.git')
md5sums=('SKIP')