diff options
author | root <root@rshg054.dnsready.net> | 2013-10-23 01:11:11 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-23 01:11:11 -0700 |
commit | 06a76442fa8de4a9975266a4eca7fb2a953f5244 (patch) | |
tree | 7b783eeb28c401d172561db419f82783f4380b34 /extra/gtkspell/PKGBUILD | |
parent | d5839dd449651d7781de570240f3d0a1a9162320 (diff) |
Wed Oct 23 01:09:43 PDT 2013
Diffstat (limited to 'extra/gtkspell/PKGBUILD')
-rw-r--r-- | extra/gtkspell/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gtkspell/PKGBUILD b/extra/gtkspell/PKGBUILD index 5dc2fef2d..9346533ae 100644 --- a/extra/gtkspell/PKGBUILD +++ b/extra/gtkspell/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 150411 2012-02-17 12:37:06Z allan $ +# $Id: PKGBUILD 197111 2013-10-22 07:52:45Z jgc $ # Maintainer: Roman Kyrylych <roman@archlinux.org> # Contributer: Ben <ben@benmazer.net> pkgname=gtkspell pkgver=2.0.16 -pkgrel=2 +pkgrel=3 url="http://gtkspell.sourceforge.net/" -pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" +pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" arch=('i686' 'x86_64') license=('GPL') depends=('gtk2' 'enchant') @@ -17,7 +17,7 @@ md5sums=('f75dcc9338f182c571b321d37c606a94') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make } |