summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaja2019-03-10 22:39:16 +0100
committerJaja2019-03-10 22:39:16 +0100
commit13054c794060adff37dac6fba9570296ea2c2408 (patch)
tree5b71b4063d33ac4396e4ec16d1b9bd7a9dff4527 /PKGBUILD
parent4f2cd893e8b2d3bc0d3d48ec3e10acc9eb1746b0 (diff)
downloadaur-13054c794060adff37dac6fba9570296ea2c2408.tar.gz
License change,
fix source URI, compression disabled, shorter warning, MD5SUM added
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e155e8ec9d7..681daecaa39e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Jaja83 <arch_me@keemail.me>
+# Maintainer: Jaja <jaja@mailbox.org>
#
pkgname=languagetool-ngrams-it
@@ -7,23 +7,24 @@ pkgrel=1
pkgdesc="Finding errors using n-gram data, italian text"
arch=('any')
url="http://wiki.languagetool.org/finding-errors-using-n-gram-data"
-license=('LGPL')
+license=('CCPL')
optdepends=('languagetool: system wide installation of LT'
'libreoffice-extension-languagetool: standalone LT for LibreOffice'
'openoffice-extension-languagetool: standalone LT for OpenOffice')
makedepends=('unzip')
install=${pkgname}.install
-source=(${pkgname}-${pkgver}.zip::"http://languagetool.org/download/ngram-data/untested/ngram-it-${pkgver}.zip")
+source=(${pkgname}-${pkgver}.zip::"https://languagetool.org/download/ngram-data/untested/ngram-it-${pkgver}.zip")
noextract=(${pkgname}-${pkgver}.zip)
-md5sums=('SKIP')
+md5sums=('b6402b56d77ce55b205073f6df761309')
+PKGEXT='.pkg.tar'
+options=(!strip)
prepare() {
echo ''
echo 'Warning:'
- echo '· Footage is about 2G in size!'
+ echo '· This package requires about 2.0G to be available within /usr/share.'
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 '· Because of size, you may run out of RAM if you use tmpfs aware aur helpers.'
echo ''
}