summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:00:06 +0300
committerDimitris Kiziridis2020-05-19 18:00:06 +0300
commit14d34b12f0a101d806edb0734e158f14c7cb5440 (patch)
treef3aa234be70896a50cbf39fa00c5e1f69ae4abb3 /PKGBUILD
parent9966a89c1ed50f48b75b9964d7fc556ec1364caf (diff)
downloadaur-14d34b12f0a101d806edb0734e158f14c7cb5440.tar.gz
fix indents
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba868fa3e5c6..525ce2a29f5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ license=("MIT")
provides=('grav')
depends=('php>=7.1.3' 'php-gd')
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-apache: Apache SAPI 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-apache: Apache SAPI for PHP')
install=grav.install
source=("${pkgname}-${pkgver}.zip::https://github.com/getgrav/grav/archive/${_pkgver}/${pkgname}-v${_pkgver}.zip")
sha256sums=('1afed34286e5c84a9f7c8f04499deb0ff8aa4b75786e0933eeccc64ba532a66a')