summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")