summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 17:56:10 +0300
committerDimitris Kiziridis2020-05-19 17:56:10 +0300
commit8c4ce52ede8f9215450f3a0fa7b1d8ac2b55f5bc (patch)
tree2def2b4a6ffcee0a072bcf5f934b84f3b4feb6f3
parent6a07081f0d310f17b5ccd9f52c96e2f696a24526 (diff)
downloadaur-8c4ce52ede8f9215450f3a0fa7b1d8ac2b55f5bc.tar.gz
fix indents
-rw-r--r--PKGBUILD8
-rw-r--r--post_install4
2 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index effd8b378790..ffe4d51cd89b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ arch=('i686' 'x86_64')
url="http://www.alice.org"
license=('custom')
depends=('java-environment=8'
- 'xdg-utils'
- 'lib32-glu'
- 'lib32-libxrandr'
- 'lib32-libxcursor')
+ 'xdg-utils'
+ 'lib32-glu'
+ 'lib32-libxrandr'
+ 'lib32-libxcursor')
options=('!strip')
provides=('alice3')
install=post_install
diff --git a/post_install b/post_install
index fe7c63ee35a6..8050bb553725 100644
--- a/post_install
+++ b/post_install
@@ -1,6 +1,6 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
post_install() {
- echo -e "You need to manually set java-environment=8 by running '\e[32marchlinux-java set java-8-openjdk\e[37m' as root."
- echo "If you have a different package providing Java 8, you can replace the above package with the one you have installed."
+ echo -e "You need to manually set java-environment=8 by running '\e[32marchlinux-java set java-8-openjdk\e[37m' as root."
+ echo "If you have a different package providing Java 8, you can replace the above package with the one you have installed."
} \ No newline at end of file