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

Allan McRae allan at archlinux.org
Sun Aug 30 06:11:35 UTC 2009


    Date: Sunday, August 30, 2009 @ 02:11:35
  Author: allan
Revision: 50631

upgpkg: enchant 1.5.0-1
    upstream update

Modified:
  enchant/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-30 06:05:08 UTC (rev 50630)
+++ PKGBUILD	2009-08-30 06:11:35 UTC (rev 50631)
@@ -1,21 +1,22 @@
 # $Id$
 # Maintainer: dorphell <dorphell at archlinux.org>
+
 pkgname=enchant
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="A wrapper library for generic spell checking"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/enchant/"
 license=('LGPL')
 depends=('aspell' 'dbus-glib>=0.74' 'hunspell>=1.2.2')
 makedepends=('hspell')
 options=(!libtool)
 source=(http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-url="http://www.abisource.com/enchant/"
-md5sums=('fe4558269ff59f569ab9581c907d58cb')
+md5sums=('7dfaed14e142b4a0004b770c9568ed02')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list