From d30c6f693ab36353a9cd6c8c9a938c33106cc500 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Fri, 24 Jul 2015 12:40:50 +0000 Subject: [PATCH] main/hunspell: rebuild against gcc5 libstdc++ --- main/hunspell/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 2a2d20a08282..1cead0d357c9 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" -- GitLab