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

Andrea Scarpino andrea at archlinux.org
Wed Jan 5 01:03:33 UTC 2011


    Date: Tuesday, January 4, 2011 @ 20:03:33
  Author: andrea
Revision: 104826

upgpkg: aspell-en 6.0-3
use package(); arch can be any

Modified:
  aspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-05 01:00:40 UTC (rev 104825)
+++ PKGBUILD	2011-01-05 01:03:33 UTC (rev 104826)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Simo Leone <simo at archlinux.org>
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
 # Contributor: Sarah Hay <sarah at archlinux.org>
 
 pkgname=aspell-en
 pkgver=6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="English dictionary for aspell"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://aspell.net/"
 license=('custom')
 depends=('aspell')
@@ -15,8 +16,13 @@
 
 build() {
   cd $srcdir/aspell6-en-$pkgver-0
-  ./configure || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
+  ./configure
+  make
 }
+
+package() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}




More information about the arch-commits mailing list