summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaja2019-03-10 22:39:09 +0100
committerJaja2019-03-10 22:39:09 +0100
commit117f3b5c0fa759caa3297d793c67e80f5a92de27 (patch)
tree2c1c3a56529b8533bc72424537d7a8ecaad32044
parent43800a3e6c018b6ee43ff0d8e2c1c5e49394488f (diff)
downloadaur-117f3b5c0fa759caa3297d793c67e80f5a92de27.tar.gz
License change,
fix source URI, compression disabled, shorter warning, MD5SUM added
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e29b546cfee3..b5098ebc7ce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,14 +5,15 @@ pkgbase = languagetool-ngrams-he
url = http://wiki.languagetool.org/finding-errors-using-n-gram-data
install = languagetool-ngrams-he.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-he-20150916.zip
- source = languagetool-ngrams-he-20150916.zip::http://languagetool.org/download/ngram-data/untested/ngram-he-20150916.zip
- md5sums = SKIP
+ options = !strip
+ source = languagetool-ngrams-he-20150916.zip::https://languagetool.org/download/ngram-data/untested/ngram-he-20150916.zip
+ md5sums = 673416fdb6010e390ded7a521cbab553
pkgname = languagetool-ngrams-he
diff --git a/PKGBUILD b/PKGBUILD
index f0ae7ac600f6..f57e9968f216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Jaja83 <arch_me@keemail.me>
+# Maintainer: Jaja <jaja@mailbox.org>
#
pkgname=languagetool-ngrams-he
@@ -7,23 +7,23 @@ pkgrel=1
pkgdesc="Finding errors using n-gram data, hebrew 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-he-${pkgver}.zip")
+source=(${pkgname}-${pkgver}.zip::"https://languagetool.org/download/ngram-data/untested/ngram-he-${pkgver}.zip")
noextract=(${pkgname}-${pkgver}.zip)
-md5sums=('SKIP')
+md5sums=('673416fdb6010e390ded7a521cbab553')
+PKGEXT='.pkg.tar'
+options=(!strip)
prepare() {
echo ''
echo 'Warning:'
- echo '· Footage is about 0.4G in size!'
+ echo '· This package requires about 423M 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 ''
}