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

Giovanni Scafora giovanni at archlinux.org
Thu Nov 26 06:46:39 UTC 2009


    Date: Thursday, November 26, 2009 @ 01:46:39
  Author: giovanni
Revision: 59653

upgpkg: aspell-it 2.2_20050523-2
    Switched to arch=any

Modified:
  aspell-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-26 06:29:22 UTC (rev 59652)
+++ PKGBUILD	2009-11-26 06:46:39 UTC (rev 59653)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: Simo Leone <simo at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Eric Johnson <eric at coding-zone.com>
 
 pkgname=aspell-it
 pkgver=2.2_20050523
-pkgrel=1
+pkgrel=2
 pkgdesc="Italian dictionary for aspell"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://aspell.net/"
 license=('GPL2')
 depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-$pkgver-0.tar.bz2)
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2)
 md5sums=('b1217299a0b67d1e121494d7ec18a88d')
 
 build() {
-  cd $srcdir/aspell6-it-$pkgver-0
+  cd "${srcdir}/aspell6-it-${pkgver}-0"
   ./configure || return 1
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list