Date: Thursday, March 28, 2013 @ 22:25:05 Author: bgyorgy Revision: 87234
upgpkg: gtkspell3 3.0.2-1 Uptdate to version 3.0.2 Modified: gtkspell3/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-28 21:20:42 UTC (rev 87233) +++ PKGBUILD 2013-03-28 21:25:05 UTC (rev 87234) @@ -4,29 +4,27 @@ # Contributor: Ben <[email protected]> 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 }
