From 236f7ce9638c79b9ff594552540f3f5a2cbd8703 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Mar 2013 00:06:00 -0700 Subject: Fri Mar 29 00:06:00 PDT 2013 --- community/gtkspell3/PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'community/gtkspell3/PKGBUILD') diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD index 35929803e..e66c20ba3 100644 --- a/community/gtkspell3/PKGBUILD +++ b/community/gtkspell3/PKGBUILD @@ -1,32 +1,30 @@ -# $Id: PKGBUILD 69145 2012-04-09 20:12:18Z bgyorgy $ +# $Id: PKGBUILD 87235 2013-03-28 21:25:14Z bgyorgy $ # Maintainer: Balló György # Contributor: Roman Kyrylych # Contributor: Ben pkgname=gtkspell3 -_pkgname=gtkspell -pkgver=3.0.0.hg20110814 -_pkgver=3.0.0~hg20110814 +pkgver=3.0.2 pkgrel=1 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" arch=('i686' 'x86_64') license=('GPL') depends=('gtk3' 'enchant') -makedepends=('intltool') +makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') -source=(http://pkgbuild.com/~bgyorgy/sources/${pkgname}_$_pkgver.orig.tar.gz) -md5sums=('7cebcfa281f1f21fcb419f559a3e9e56') +source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz) +md5sums=('5db501ead123ffbe8aad7d5f76c44c71') build() { - cd "$srcdir/$_pkgname-3.0.0+dev" + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-static make } package() { - cd "$srcdir/$_pkgname-3.0.0+dev" + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -- cgit v1.2.3-54-g00ecf