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

Douglas Soares de Andrade douglas at archlinux.org
Sat Apr 11 22:00:33 UTC 2009


    Date: Saturday, April 11, 2009 @ 18:00:33
  Author: douglas
Revision: 35302

upgpkg: wv2 0.3.1-2
    Updating wv2 to dont use debug mode

Modified:
  wv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-11 21:57:06 UTC (rev 35301)
+++ PKGBUILD	2009-04-11 22:00:33 UTC (rev 35302)
@@ -4,7 +4,7 @@
 
 pkgname=wv2
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="wvWare is the continuation of Caolan McNamara's wv - the MSWord library. It can parse MSWord 9,8,7,6 formats"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/wvware/"
@@ -15,7 +15,7 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-debug=no
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list