diff options
Diffstat (limited to 'community/gtkspell3/PKGBUILD')
-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 3b26b546a..6cfa87730 100644 --- a/community/gtkspell3/PKGBUILD +++ b/community/gtkspell3/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 99802 2013-10-30 23:48:32Z allan $ +# $Id: PKGBUILD 110901 2014-05-09 11:42:35Z 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.4 +pkgver=3.0.6 pkgrel=1 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" @@ -13,7 +13,7 @@ license=('GPL') depends=('gtk3' 'enchant') makedepends=('intltool' 'gobject-introspection' 'vala') source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz) -md5sums=('d25b547507940738cf016936c3452113') +md5sums=('cdc550a06dc424c8c497672bc54649db') build() { cd "$srcdir/$pkgname-$pkgver" |