summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-25 20:42:06 +0300
committerDimitris Kiziridis2020-04-25 20:42:06 +0300
commite2104a1808235c73ef6faf0dd117d164de2a44c3 (patch)
tree52ee68e03280e8901a5eeefe250a3723cec741c3 /PKGBUILD
parent490eda0c57505dc0eae5ac5e396b7884ab07c0e2 (diff)
downloadaur-e2104a1808235c73ef6faf0dd117d164de2a44c3.tar.gz
Add php-apache to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33ed94cbd4ab..d6c1cbff4dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ optdepends=('php-apcu: A userland caching module for PHP'
'xdebug: PHP debugging extension'
'apache: A high performance Unix-based HTTP server'
'nginx: Lightweight HTTP server and IMAP/POP3 proxy server'
- 'php-fpm: FastCGI Process Manager')
+ 'php-fpm: FastCGI Process Manager'
+ 'php-apache: Apache SAPI for PHP')
install=grav.install
source=("https://github.com/getgrav/grav/archive/${pkgver:0:5}-${pkgver:6}/${pkgname}-v${pkgver:0:5}-${pkgver:6}.zip")
sha256sums=('39f96f910e224544c4f898788b4dabb85bd69b951d68f3618069fb8daefda481')