From 88e55ba41bf6096b4f1bb649495de661f701713c Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 29 Dec 2017 16:01:30 +0100 Subject: Added dependencies for the packages Signed-off-by: Olivier Gayot --- PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PKGBUILD') 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") -- cgit v1.2.3