From 032783f962f3a272b04bbda499cc2443e4ce4a6a Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Mon, 10 Jan 2011 17:08:11 +0000
Subject: [PATCH] main/hunspell: upgrade to 1.2.14

---
 main/hunspell/APKBUILD | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index 0767dbf58670..23ab645c9cf0 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=hunspell
-pkgver=1.2.12
+pkgver=1.2.14
 pkgrel=0
 pkgdesc="Spell checker and morphological analyzer library and program"
 url="http://hunspell.sourceforge.net/"
@@ -11,8 +11,7 @@ depends=
 makedepends=
 source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
 
-build ()
-{
+build() {
 	cd "$srcdir/hunspell-$pkgver"
 	./configure --prefix=/usr --disable-static || return 1
 	make || return 1
@@ -23,4 +22,4 @@ package() {
 	make -j1 DESTDIR="$pkgdir" install || return 1
 	rm -rf "$pkgdir"/usr/share/locale/locale.alias
 }
-md5sums="5ef2dc1026660d0ffb7eae7b511aee23  hunspell-1.2.12.tar.gz"
+md5sums="c2f289af57a677e6b258f2d18ecb178e  hunspell-1.2.14.tar.gz"
-- 
GitLab