diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-24 12:41:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-24 13:15:16 +0000 |
commit | 5fb98efd6606c0fc1e4d6e76a66ca2e77c06f919 (patch) | |
tree | c7fbc8c64391278456d73d2a46843ce35cacfd67 /main/enchant | |
parent | d30c6f693ab36353a9cd6c8c9a938c33106cc500 (diff) | |
download | aports-5fb98efd6606c0fc1e4d6e76a66ca2e77c06f919.tar.bz2 aports-5fb98efd6606c0fc1e4d6e76a66ca2e77c06f919.tar.xz |
main/enchant: rebuild against gcc5 libstdc++
Diffstat (limited to 'main/enchant')
-rw-r--r-- | main/enchant/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/enchant/APKBUILD b/main/enchant/APKBUILD index 0e0493cdc4..7321bb63fb 100644 --- a/main/enchant/APKBUILD +++ b/main/enchant/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=enchant pkgver=1.6.0 -pkgrel=8 +pkgrel=9 pkgdesc="A wrapper library for generic spell checking" url="http://www.abisource.com/enchant/" arch="all" |