diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index ead098f1ecd468ad083d08aa8220963c4e4ec376..953567b09a8407730b4a37f91116ba5d40df3396 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,20 +1,18 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=hunspell
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Spell checker and morphological analyzer library and program"
 url="http://hunspell.sourceforge.net/"
 arch="all"
-license="GPL LGPL MPL"
-subpackages="$pkgname-dev $pkgname-doc"
-depends=
+license="GPL2+ LGPL2+ MPL 1.1"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
+depends=""
 makedepends="gettext-dev"
 source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-	fix-includes.patch
-	"
-
-_builddir="$srcdir/$pkgname-$pkgver"
+	fix-includes.patch"
 
+_builddir="$srcdir"/$pkgname-$pkgver
 prepare() {
 	cd "$_builddir"
 	update_config_sub || return 1