[arch-commits] Commit in aspell-fr/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Mar 30 03:03:03 UTC 2009


    Date: Sunday, March 29, 2009 @ 23:03:02
  Author: eric
Revision: 32297

Fixed svn conflict

Modified:
  aspell-fr/repos/extra-x86_64/	(properties)
  aspell-fr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


Property changes on: aspell-fr/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /aspell-fr/trunk:1
   + /aspell-fr/trunk:1-32296

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-30 03:00:25 UTC (rev 32296)
+++ extra-x86_64/PKGBUILD	2009-03-30 03:03:02 UTC (rev 32297)
@@ -4,18 +4,18 @@
 
 pkgname=aspell-fr
 pkgver=0.50.3
-pkgrel=2
+pkgrel=3
 pkgdesc="French dictionary for aspell"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('GPL')
 depends=('aspell')
-url="http://aspell.net/"
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/fr/$pkgname-0.50-3.tar.bz2)
 md5sums=('53a2d05c4e8f7fabd3cefe24db977be7')
 
 build() {
-  cd $startdir/src/$pkgname-0.50-3
-  ./configure
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=$startdir/pkg install
+  cd $srcdir/$pkgname-0.50-3
+  ./configure || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list