diff options
author | root <root@rshg054.dnsready.net> | 2013-06-13 00:06:37 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-13 00:06:37 -0700 |
commit | 999ea819e4912b07aecd1ee8187ff1abcdb3de36 (patch) | |
tree | 309344ea67ffd1cdd352b31536c71cec2ce08302 /community/gtkspell3 | |
parent | df4e45a41dbb2c5b9600f2c2f824f8e3efbc5bf0 (diff) |
Thu Jun 13 00:06:37 PDT 2013
Diffstat (limited to 'community/gtkspell3')
-rw-r--r-- | community/gtkspell3/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD index e66c20ba3..9d761e88a 100644 --- a/community/gtkspell3/PKGBUILD +++ b/community/gtkspell3/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 87235 2013-03-28 21:25:14Z bgyorgy $ +# $Id: PKGBUILD 92677 2013-06-12 04:09:55Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Ben <ben@benmazer.net> pkgname=gtkspell3 -pkgver=3.0.2 +pkgver=3.0.3 pkgrel=1 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" @@ -14,7 +14,7 @@ depends=('gtk3' 'enchant') makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz) -md5sums=('5db501ead123ffbe8aad7d5f76c44c71') +md5sums=('58f68a0fe9007d9a3d6092b222689320') build() { cd "$srcdir/$pkgname-$pkgver" |