[arch-commits] Commit in gtkspell3/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Mar 8 19:31:01 UTC 2015


    Date: Sunday, March 8, 2015 @ 20:31:01
  Author: bgyorgy
Revision: 128950

upgpkg: gtkspell3 3.0.7-1

Update to version 3.0.7

Modified:
  gtkspell3/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-08 19:20:54 UTC (rev 128949)
+++ PKGBUILD	2015-03-08 19:31:01 UTC (rev 128950)
@@ -4,7 +4,7 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gtkspell3
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 url="http://gtkspell.sourceforge.net/"
 pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
@@ -13,17 +13,15 @@
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('cdc550a06dc424c8c497672bc54649db')
+md5sums=('f15a7c29b71d6ae343c783af3571c8d2')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list