summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2017-12-29 16:01:30 +0100
committerOlivier Gayot <og@satcom1.com>2017-12-29 17:17:14 +0100
commit88e55ba41bf6096b4f1bb649495de661f701713c (patch)
tree9021db2f5fb92e87bfd511b3a230efffd6728182
parentca1559634f6497cfbed903b24ba9afde1581980b (diff)
Added dependencies for the packages
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c514b01..87a91f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ pkgdesc="Read the documentation of PHP functions in your terminal"
arch=('any')
url="https://git.sigexec.com/cgit.cgi/phpdoc.git/"
license=('BSD')
+depends=('sed' 'which')
makedepends=('git')
+optdepends=('w3m' 'php-docs')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname}::git+https://git.sigexec.com/cgit.cgi/${pkgname%-git}.git")