aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell-en
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-08 16:56:55 -0300
committerSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 18:44:43 +0100
commit019e69dce3f42e29f7b3b448fa0f845f55d8da3e (patch)
treeb875508d3b7e03fefb8854fc93bd7f859bdaf2c4 /main/hunspell-en
parent25f403d832cd24970794baf3853e633eec32c73e (diff)
downloadaports-019e69dce3f42e29f7b3b448fa0f845f55d8da3e.tar.bz2
aports-019e69dce3f42e29f7b3b448fa0f845f55d8da3e.tar.xz
main/hunspell-en: upgrade to 2019.10.06
Diffstat (limited to 'main/hunspell-en')
-rw-r--r--main/hunspell-en/APKBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/main/hunspell-en/APKBUILD b/main/hunspell-en/APKBUILD
index 4423305082..bbbaaca983 100644
--- a/main/hunspell-en/APKBUILD
+++ b/main/hunspell-en/APKBUILD
@@ -1,19 +1,18 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=hunspell-en
-pkgver=2018.04.16
+pkgver=2019.10.06
pkgrel=0
pkgdesc="English hunspell dictionaries"
url="http://wordlist.aspell.net/dicts/"
arch="noarch"
license="LGPL-2.0-or-later scowl"
+subpackages="$pkgname-doc"
options="!check" # data only package
source="https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
- https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
- https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip
+ https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+ https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip
"
-builddir="$srcdir"/$pkgname-$pkgver
-
unpack() {
msg "Unpacking sources..."
mkdir -p "$builddir"
@@ -51,7 +50,7 @@ package() {
done
# docs
- install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+ install -dm755 $pkgdir/usr/share/doc/$pkgname
install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
# licenses
@@ -60,6 +59,6 @@ package() {
install -D -m644 README_en_GB-large.txt $pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
}
-sha512sums="acefa22216953089e8bf829b8707f5d154851a450874e9c15f2b87e967b6bc5d5d17bc9d9b6c47a96bc81df3e1c06873b5f0f64e6d2d69aedbc47e68ab9851b1 hunspell-en_US-2018.04.16.zip
-19a36657dad34eb6e8803f07b10992765b39d3c4f8c5893af6baddf16bca9dff6c608ea1c62b6970f78d4b0bb1c00f869889654477b436d59929316f86be0d5e hunspell-en_CA-2018.04.16.zip
-27e735d53d20a1b5e5e234ece7a970623d7a5247cf122ab21ee62cc5326d3dc4c6e8c2daeaa362cc85ce50ddf1a9124754b0cb3f1800b2e101ad4b9ad562846b hunspell-en_GB-large-2018.04.16.zip"
+sha512sums="14c50a2fd7d390aa1fe20dd1f5e9536bcfd9a36cf829532b340cfc86f72e6415cd41a28e23be67be5a87482bad2af7d7b961524eff10449cad6923518ae0612a hunspell-en_US-2019.10.06.zip
+a2a7526686f950311fdecc24010f4a79081fb2f2e65b588f817e7bcf9e17c902f72139674fa8d7272f16cf43126cd8468f2e38c7edccc9083b8a2916c0026ce0 hunspell-en_CA-2019.10.06.zip
+51d9268f02b54804ef364d67e3f38d428abfacac1995186751b2e46477c570653e8fa58fcdc561040a6a03c9aa90631b8c46f3df6250ff04aa7c95a5ef6af886 hunspell-en_GB-large-2019.10.06.zip"