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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Apr 21 23:59:40 UTC 2012


    Date: Saturday, April 21, 2012 @ 19:59:39
  Author: andyrtr
Revision: 156638

upgpkg: libwpd 0.9.4-1

upstream update 0.9.4

Modified:
  libwpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-21 23:46:44 UTC (rev 156637)
+++ PKGBUILD	2012-04-21 23:59:39 UTC (rev 156638)
@@ -2,21 +2,21 @@
 # Maintainer: AndyRTR <andyrtr at archlinux.org>
 
 pkgname=libwpd
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
 pkgdesc="Library for importing WordPerfect (tm) documents"
 arch=('i686' 'x86_64')
 url="http://libwpd.sourceforge.net/"
 license=('LGPL')
 depends=('gcc-libs')
 makedepends=('libgsf>=1.14.20')
-options=('!libtool')
+options=('!libtool' '!emptydirs')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('da43f18da732f6156cef145d06613960')
+md5sums=('d30d1726c3b113db70daaae423dd4448')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list