diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-04 21:22:34 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-04 21:22:34 (GMT) |
commit | 5c421f9edf0a2bb920ed5607d127d461c3f68dac (patch) | |
tree | 06d3b5cdcb8cbbf92b377f6bd21173890d580550 /abs/extra/gtkspell | |
parent | 473c18ce7f181ef05ba9855276c072f86ac5cd7c (diff) | |
download | linhes_pkgbuild-5c421f9edf0a2bb920ed5607d127d461c3f68dac.zip linhes_pkgbuild-5c421f9edf0a2bb920ed5607d127d461c3f68dac.tar.gz linhes_pkgbuild-5c421f9edf0a2bb920ed5607d127d461c3f68dac.tar.bz2 |
gtkspell:bumped to latest
Diffstat (limited to 'abs/extra/gtkspell')
-rw-r--r-- | abs/extra/gtkspell/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/extra/gtkspell/PKGBUILD b/abs/extra/gtkspell/PKGBUILD index 1b372a1..896ed0c 100644 --- a/abs/extra/gtkspell/PKGBUILD +++ b/abs/extra/gtkspell/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 22305 2008-12-25 18:48:10Z jgc $ +# $Id: PKGBUILD 58469 2009-11-08 16:09:11Z jgc $ # Maintainer: Roman Kyrylych <roman@archlinux.org> # Contributer: Ben <ben@benmazer.net> pkgname=gtkspell -pkgver=2.0.15 +pkgver=2.0.16 pkgrel=1 url="http://gtkspell.sourceforge.net/" pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" arch=('i686' 'x86_64') license=('GPL') -depends=('gtk2>=2.14.6' 'enchant>=1.4.2') -makedepends=('intltool') +depends=('gtk2>=2.18.3' 'enchant>=1.5.0') +makedepends=('intltool' 'gtk-doc') options=('!libtool') source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz) -md5sums=('d90a7fe883f29caca149f04f31e2f0f9') +md5sums=('f75dcc9338f182c571b321d37c606a94') build() { cd "${srcdir}/${pkgname}-${pkgver}" |