diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-10 17:08:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-10 17:21:58 +0000 |
commit | 032783f962f3a272b04bbda499cc2443e4ce4a6a (patch) | |
tree | 3274b9c696f62c9db7bf92eba3e91f1488666166 /main/hunspell | |
parent | ce897ba8087b740268194a5b2161b65d2b365549 (diff) | |
download | aports-032783f962f3a272b04bbda499cc2443e4ce4a6a.tar.bz2 aports-032783f962f3a272b04bbda499cc2443e4ce4a6a.tar.xz |
main/hunspell: upgrade to 1.2.14
Diffstat (limited to 'main/hunspell')
-rw-r--r-- | main/hunspell/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 0767dbf586..23ab645c9c 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" |