diff options
author | Olivier Gayot <og@satcom1.com> | 2017-12-29 16:01:30 +0100 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2017-12-29 17:17:14 +0100 |
commit | 88e55ba41bf6096b4f1bb649495de661f701713c (patch) | |
tree | 9021db2f5fb92e87bfd511b3a230efffd6728182 | |
parent | ca1559634f6497cfbed903b24ba9afde1581980b (diff) |
Added dependencies for the packages
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |