Skip to content
Snippets Groups Projects
Commit 032783f9 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/hunspell: upgrade to 1.2.14

parent ce897ba8
No related branches found
No related tags found
No related merge requests found
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment