summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:00:06 +0300
committerDimitris Kiziridis2020-05-19 18:00:06 +0300
commit14d34b12f0a101d806edb0734e158f14c7cb5440 (patch)
treef3aa234be70896a50cbf39fa00c5e1f69ae4abb3
parent9966a89c1ed50f48b75b9964d7fc556ec1364caf (diff)
downloadaur-14d34b12f0a101d806edb0734e158f14c7cb5440.tar.gz
fix indents
-rw-r--r--PKGBUILD10
-rw-r--r--grav.install4
2 files changed, 7 insertions, 7 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')
diff --git a/grav.install b/grav.install
index 2b7d7ad857a7..f67f28429e5e 100644
--- a/grav.install
+++ b/grav.install
@@ -1,6 +1,6 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
post_install() {
- echo -e "This package assumes you're running your webserver under '\e[32mhttp\e[37m' username"
- echo -e "If not, modify the script accordingly, by replacing '\e[32mhttp\e[37m' with the username you're running your webserver under."
+ echo -e "This package assumes you're running your webserver under '\e[32mhttp\e[37m' username"
+ echo -e "If not, modify the script accordingly, by replacing '\e[32mhttp\e[37m' with the username you're running your webserver under."
} \ No newline at end of file