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

Giovanni Scafora giovanni at archlinux.org
Fri Apr 17 11:28:35 UTC 2009


    Date: Friday, April 17, 2009 @ 07:28:35
  Author: giovanni
Revision: 35805

upgpkg: abiword-plugins 2.6.8-2
    Rebuild against new libgda

Modified:
  abiword-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-17 11:07:45 UTC (rev 35804)
+++ PKGBUILD	2009-04-17 11:28:35 UTC (rev 35805)
@@ -3,7 +3,7 @@
 
 pkgname=abiword-plugins
 pkgver=2.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Various plugins for Abiword"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,7 @@
 
 build() {
   cd "${srcdir}/abiword-plugins-${pkgver}"
-  ./configure --prefix=/usr --with-abiword="${startdir}/src/abiword-${pkgver}/"
+  ./configure --prefix=/usr --with-abiword="${srcdir}/abiword-${pkgver}/"
   make || return 1
   make DESTDIR="${pkgdir}/" install
 }




More information about the arch-commits mailing list