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

Eric Bélanger eric at archlinux.org
Sat Apr 4 18:17:41 UTC 2009


    Date: Saturday, April 4, 2009 @ 14:17:41
  Author: eric
Revision: 33711

Fixed svn conflict

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

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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-04 18:13:51 UTC (rev 33710)
+++ extra-x86_64/PKGBUILD	2009-04-04 18:17:41 UTC (rev 33711)
@@ -4,18 +4,18 @@
 
 pkgname=aspell-de
 pkgver=20030222
-pkgrel=1
+pkgrel=2
 pkgdesc="German dictionary for aspell"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('GPL2')
 depends=('aspell')
-url="http://aspell.net/"
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-$pkgver-1.tar.bz2)
 md5sums=('5950c5c8a36fc93d4d7616591bace6a6')
 
 build() {
-  cd $startdir/src/aspell6-de-$pkgver-1
-  ./configure
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=$startdir/pkg install
+  cd $srcdir/aspell6-de-$pkgver-1
+  ./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