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

Andrea Scarpino andrea at archlinux.org
Wed Jan 5 01:05:04 UTC 2011


    Date: Tuesday, January 4, 2011 @ 20:05:04
  Author: andrea
Revision: 104829

upgpkg: aspell-es 1.11-3
use package(); arch can be any

Modified:
  aspell-es/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-05 01:03:57 UTC (rev 104828)
+++ PKGBUILD	2011-01-05 01:05:04 UTC (rev 104829)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Simo Leone <simo at archlinux.org>
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
 # Contributor: Juan Pablo León <jp_leon at gmx.net>
 
 pkgname=aspell-es
 pkgver=1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Spanish dictionary for aspell"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://aspell.net/"
 license=('GPL')
 depends=('aspell')
@@ -16,6 +17,10 @@
 build() {
   cd $srcdir/aspell6-es-$pkgver-2
   ./configure 
-  make 
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-es-$pkgver-2
   make DESTDIR=$pkgdir install 
 }




More information about the arch-commits mailing list