diff options
Diffstat (limited to 'PKGBUILD')
-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") |