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

Eric Bélanger eric at archlinux.org
Thu Jul 30 02:28:45 UTC 2009


    Date: Wednesday, July 29, 2009 @ 22:28:45
  Author: eric
Revision: 47981

fixed svn conflicts

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

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-07-30 02:26:07 UTC (rev 47980)
+++ extra-x86_64/PKGBUILD	2009-07-30 02:28:45 UTC (rev 47981)
@@ -3,22 +3,19 @@
 #Contributor: Simo Leone <neotuli at gmail.com>
 pkgname=aspell-fi
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Finnish dictionary for aspell"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://aspell.net"
-license=""
+license=('GPL2')
 depends=('aspell')
-conflicts=()
-replaces=()
-backup=()
-install=
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/fi/aspell6-fi-$pkgver-0.tar.bz2)
 md5sums=('6d1032116982c0efab1af8fce83259c0')
+sha1sums=('10235c88220f7b914a1d8af7b4d4e8e26b5d7c76')
 
 build() {
-  cd $startdir/src/aspell6-fi-$pkgver-0
-  ./configure
+  cd "$srcdir/aspell6-fi-$pkgver-0"
+  ./configure || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR="$pkgdir" install || return 1
 }




More information about the arch-commits mailing list