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

Andrea Scarpino andrea at archlinux.org
Wed Jan 5 01:07:36 UTC 2011


    Date: Tuesday, January 4, 2011 @ 20:07:35
  Author: andrea
Revision: 104832

upgpkg: aspell-fr 0.50.3-4
use package(); arch can be any

Modified:
  aspell-fr/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-05 01:05:27 UTC (rev 104831)
+++ PKGBUILD	2011-01-05 01:07:35 UTC (rev 104832)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Simo Leone <simo at archlinux.org>
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
 # Contributor: Eric Johnson <eric at coding-zone.com>
 
 pkgname=aspell-fr
 pkgver=0.50.3
-pkgrel=3
+pkgrel=4
 pkgdesc="French dictionary for aspell"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://aspell.net/"
 license=('GPL')
 depends=('aspell')
@@ -15,7 +16,11 @@
 
 build() {
   cd $srcdir/$pkgname-0.50-3
-  ./configure || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  ./configure
+  make
 }
+
+package() {
+  cd $srcdir/$pkgname-0.50-3
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list