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

Andrea Scarpino andrea at archlinux.org
Wed Jan 5 01:00:19 UTC 2011


    Date: Tuesday, January 4, 2011 @ 20:00:18
  Author: andrea
Revision: 104823

upgpkg: aspell-de 20030222-3
use package(); arch can be any

Modified:
  aspell-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-05 00:56:50 UTC (rev 104822)
+++ PKGBUILD	2011-01-05 01:00:18 UTC (rev 104823)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Simo Leone <simo at archlinux.org>
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=aspell-de
 pkgver=20030222
-pkgrel=2
+pkgrel=3
 pkgdesc="German dictionary for aspell"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://aspell.net/"
 license=('GPL2')
 depends=('aspell')
@@ -15,7 +16,11 @@
 
 build() {
   cd $srcdir/aspell6-de-$pkgver-1
-  ./configure || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  ./configure
+  make
 }
+
+package() {
+  cd $srcdir/aspell6-de-$pkgver-1
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list