summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e93e0cc0c40..c2af5795a288 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,13 +5,14 @@ pkgbase = languagetool-ngrams-de
url = http://wiki.languagetool.org/finding-errors-using-n-gram-data
install = languagetool-ngrams-de.install
arch = any
- license = LGPL
+ license = CCPL
makedepends = unzip
optdepends = languagetool: system wide installation of LT
optdepends = libreoffice-extension-languagetool: standalone LT for LibreOffice
optdepends = openoffice-extension-languagetool: standalone LT for OpenOffice
noextract = languagetool-ngrams-de-20150819.zip
- source = languagetool-ngrams-de-20150819.zip::http://languagetool.org/download/ngram-data/ngrams-de-20150819.zip
+ options = !strip
+ source = languagetool-ngrams-de-20150819.zip::https://languagetool.org/download/ngram-data/ngrams-de-20150819.zip
md5sums = f9c8bbd525198fdf8005eed763ceda25
pkgname = languagetool-ngrams-de
diff --git a/PKGBUILD b/PKGBUILD
index c0fb0cae09b3..12d30e7900ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Jaja83 <arch_me@keemail.me>
+# Maintainer: Jaja <jaja@mailbox.org>
#
pkgname=languagetool-ngrams-de
@@ -7,23 +7,24 @@ pkgrel=1
pkgdesc="Finding errors using n-gram data, german 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/ngrams-de-${pkgver}.zip")
+source=(${pkgname}-${pkgver}.zip::"https://languagetool.org/download/ngram-data/ngrams-de-${pkgver}.zip")
noextract=(${pkgname}-${pkgver}.zip)
md5sums=('f9c8bbd525198fdf8005eed763ceda25')
+PKGEXT='.pkg.tar'
+options=(!strip)
prepare() {
echo ''
echo 'Warning:'
- echo '· Footage is about 3.1G in size!'
+ echo '· This package requires about 3.1G 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 ''
}