diff options
Diffstat (limited to 'abs')
-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}" |