diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-24 12:40:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-24 13:15:16 +0000 |
commit | d30c6f693ab36353a9cd6c8c9a938c33106cc500 (patch) | |
tree | 2379bb01f88aad4a7b0ea767cd41e30df02e6794 /main/hunspell | |
parent | bd8d8507a9d4c5df8105c0b4d7b124e8f7832378 (diff) | |
download | aports-d30c6f693ab36353a9cd6c8c9a938c33106cc500.tar.bz2 aports-d30c6f693ab36353a9cd6c8c9a938c33106cc500.tar.xz |
main/hunspell: rebuild against gcc5 libstdc++
Diffstat (limited to 'main/hunspell')
-rw-r--r-- | main/hunspell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 2a2d20a082..1cead0d357 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell pkgver=1.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.sourceforge.net/" arch="all" |