aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell-pt
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-12 14:54:59 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-21 10:41:49 +0000
commitc58b76f2f17d1136847918f7dae77f6a14879e1f (patch)
tree58d50981b4e9cca4dd038daebd2b284332d82614 /main/hunspell-pt
parent42c2291a82318640d649f17c3457761ed4169494 (diff)
downloadaports-c58b76f2f17d1136847918f7dae77f6a14879e1f.tar.bz2
aports-c58b76f2f17d1136847918f7dae77f6a14879e1f.tar.xz
main/hunspell-pt: upgrade to 20190329
Diffstat (limited to 'main/hunspell-pt')
-rw-r--r--main/hunspell-pt/APKBUILD18
1 files changed, 7 insertions, 11 deletions
diff --git a/main/hunspell-pt/APKBUILD b/main/hunspell-pt/APKBUILD
index 79c4f4b2b5..7f51471b84 100644
--- a/main/hunspell-pt/APKBUILD
+++ b/main/hunspell-pt/APKBUILD
@@ -1,23 +1,19 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=hunspell-pt
-pkgver=20170814
+pkgver=20190329
pkgrel=0
pkgdesc="Portuguese hunspell dictionaries"
url="http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/"
arch="noarch"
options="!check" # data only package
-license="LGPL-2.0 GPL-2.0 MPL-1.1"
-source="http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-$pkgver.tar.gz
- "
+license="GPL-2.0-or-later AND LGPL-2.1-or-later AND MPL-1.1"
+subpackages="$pkgname-doc"
+source="http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-$pkgver.tar.gz"
-_builddir="$srcdir"/hunspell-pt_PT-$pkgver
-
-build() {
- :
-}
+builddir="$srcdir"/hunspell-pt_PT-$pkgver
package() {
- cd "$_builddir"
+ cd "$builddir"
install -dm755 $pkgdir/usr/share/hunspell
install -m644 pt_*.dic pt_*.aff $pkgdir/usr/share/hunspell
@@ -33,4 +29,4 @@ package() {
install -m644 README_pt*.txt $pkgdir/usr/share/doc/$pkgname
}
-sha512sums="3445e8b79fa87b28cd319c12965c64c4ef33636f7a3d6cbe5bdbc2575170c7dc3019cea2ff58bae5fea484f1845b8e6a6d00973d3223d9bed3b8e1e92ffefcc0 hunspell-pt_PT-20170814.tar.gz"
+sha512sums="b250f9d2a9ea41d757a9f986d3774a794ab7b3936d2313c2944f7d1e193ccbba1e6010b3d2ce387bb898ec3b2e6bffa510d25a349270db41feaf0633ae2b4bcd hunspell-pt_PT-20190329.tar.gz"