summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaja832016-04-27 09:19:28 +0200
committerJaja832016-04-27 09:19:28 +0200
commita12ed9755045d8d6050d9b8193da4898251260b7 (patch)
tree8e040bafeaa34b5bb2875a41005ee32684a0f817
parentd4eba894f2a2e009c001e3961b6663ed4457ac09 (diff)
downloadaur-a12ed9755045d8d6050d9b8193da4898251260b7.tar.gz
minor comment changes
-rw-r--r--PKGBUILD3
-rw-r--r--languagetool-ngrams-de.install2
2 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a61aa1d35cfe..c0fb0cae09b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Jaja83
+# Maintainer: Jaja83 <arch_me@keemail.me>
#
pkgname=languagetool-ngrams-de
@@ -23,6 +23,7 @@ prepare() {
echo '· Footage is about 3.1G in size!'
echo '· Make sure you have a _fast_ disk serving /usr/share, i.e. an SSD. Without an SSD, using this data can make LanguageTool much slower.'
echo '· Because of this honorable size, compressing this package literally take hours. Make sure to disable compression entirely – at least make use of xz SMP feature. See makepkg wiki page for details …'
+ echo '· Also because of size, you may run out of memory if you use tmpfs aware aur helpers. You are better of not using tmpfs for this one and manually install this Package with "makepkg -s; sudo pacman -U languagetool-ngrams-*" on a spinning-disk based dir.'
echo ''
}
diff --git a/languagetool-ngrams-de.install b/languagetool-ngrams-de.install
index dfe8465613a9..87d59dc6fe77 100644
--- a/languagetool-ngrams-de.install
+++ b/languagetool-ngrams-de.install
@@ -1,6 +1,6 @@
post_install() {
echo ''
- echo 'Do not forget to add "ngramDir=/usr/share/ngrams" in ~/.languagetool[-ooo].cfg or use the respecting LanguageTool GUI to point to "/usr/share/ngrams"!'
+ echo 'Do not forget to add "ngramDir=/usr/share/ngrams" in ~/.languagetool[-ooo].cfg or use LanguageTool GUI config to point to "/usr/share/ngrams"!'
echo 'Test your installation with this sentence: "Während Sie das Ganze mir einem Holzlöffel oder einem Paar Stäbchen rühren …"'
echo ''
}