summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormotte2020-06-03 01:47:35 +0300
committermotte2020-06-03 01:52:10 +0300
commitb6e25be22ea7a4f126d929bbc14e9df46273a046 (patch)
treea3a49b4d755420888816efcacf69c85179554681
parentf894a4efeab290e7677d336195baddf88f323512 (diff)
downloadaur-b6e25be22ea7a4f126d929bbc14e9df46273a046.tar.gz
Move vim to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69998719a1ff..6c93af30d918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cppman
pkgdesc = C++ 98/11/14 manual pages for Linux/MacOS
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aitjcize/cppman
arch = any
license = GPL3
depends = python
- depends = vim
depends = python-beautifulsoup4
depends = python-html5lib
+ optdepends = vim: For using vim as a pager
conflicts = cppman-git
source = https://pypi.python.org/packages/53/9a/4908e1de68541c43961bea068c7062e91f8c8b656ea5fcf6ce0d7138a702/cppman-0.5.0.tar.gz
md5sums = 7aa0e08ddcdfce22a39005881aae9713
diff --git a/PKGBUILD b/PKGBUILD
index fbd27d13d3bb..765529c15261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Wei-Ning Huang <aitjcize@gmail.com>
pkgname=cppman
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="C++ 98/11/14 manual pages for Linux/MacOS"
arch=('any')
url="https://github.com/aitjcize/cppman"
license=('GPL3')
conflicts=(cppman-git)
-depends=(python vim python-beautifulsoup4 python-html5lib)
+depends=(python python-beautifulsoup4 python-html5lib)
+optdepends=("vim: For using vim as a pager")
source=("https://pypi.python.org/packages/53/9a/4908e1de68541c43961bea068c7062e91f8c8b656ea5fcf6ce0d7138a702/${pkgname}-${pkgver}.tar.gz")