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

Eric Belanger eric at archlinux.org
Fri May 30 04:39:08 UTC 2008


    Date: Friday, May 30, 2008 @ 00:39:08
  Author: eric
Revision: 2250

upgpkg: abiword 2.6.3-1
    upstream update

Modified:
  abiword/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-30 03:35:25 UTC (rev 2249)
+++ PKGBUILD	2008-05-30 04:39:08 UTC (rev 2250)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=abiword
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc="A fully-featured word processor"
 arch=(i686 x86_64)
@@ -11,11 +11,11 @@
 depends=('libsm' 'fribidi>=0.10.9' 'enchant>=1.3.0' 'libgnomeprintui' 'wv>=1.2.4'
         'libgnomeui>=2.22.01' 'libgsf-gnome>=1.14.8')
 makedepends=('pkgconfig')
+options=('!makeflags')
 source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8e756c0529880fbe6ea3aaef8d5df0b5')
+md5sums=('40d9da8b04c70035b89f8ad7fcc4519d')
 
 build() {
-  export MAKEFLAGS="-j1"
   cd ${startdir}/src/${pkgname}-${pkgver}/
   ./configure --prefix=/usr --with-libxml2 --disable-gucharmap --with-sys-wv
   make || return 1





More information about the arch-commits mailing list