diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 16:45:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 19:52:59 +0000 |
commit | 6e157c60851b48bc71f07a0714f08a86de5e817a (patch) | |
tree | 76efb06bbcec0876d635227b7078e8cc72ea0fc6 /main | |
parent | a1f930533e6cfd38336ab01cca71a647cb757182 (diff) | |
download | aports-6e157c60851b48bc71f07a0714f08a86de5e817a.tar.bz2 aports-6e157c60851b48bc71f07a0714f08a86de5e817a.tar.xz |
main/gtkspell: rebuild against glib-2.32
Diffstat (limited to 'main')
-rw-r--r-- | main/gtkspell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gtkspell/APKBUILD b/main/gtkspell/APKBUILD index 34828b908c..3b5df6f94f 100644 --- a/main/gtkspell/APKBUILD +++ b/main/gtkspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtkspell pkgver=2.0.16 -pkgrel=4 +pkgrel=5 pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" url="http://gtkspell.sourceforge.net/" arch="all" |