diff options
author | Olivier Gayot <og@satcom1.com> | 2017-12-29 16:07:53 +0100 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2017-12-29 17:17:14 +0100 |
commit | 10ed4cc0433e89f630575aa85ac90d91f5c88e66 (patch) | |
tree | ed5f1abf0b3353fb8a3188874cd4bdd6cfd9f599 | |
parent | 88e55ba41bf6096b4f1bb649495de661f701713c (diff) |
Made php-docs a non-optional dependency
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +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') +depends=('php-docs' 'sed' 'which') makedepends=('git') -optdepends=('w3m' 'php-docs') +optdepends=('w3m') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=("${pkgname}::git+https://git.sigexec.com/cgit.cgi/${pkgname%-git}.git") |