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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Dec 6 19:23:42 UTC 2010


    Date: Monday, December 6, 2010 @ 14:23:41
  Author: andyrtr
Revision: 102207

upgpkg: libwpd 0.9.0-1
new version 0.9.0

Modified:
  libwpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-06 19:14:42 UTC (rev 102206)
+++ PKGBUILD	2010-12-06 19:23:41 UTC (rev 102207)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=libwpd
-pkgver=0.8.14
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Library for importing WordPerfect (tm) documents"
 arch=('i686' 'x86_64')
@@ -11,13 +11,17 @@
 depends=('libgsf>=1.14.3-2')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('64d66018897d759358f454010b6e75d2')
+md5sums=('a48717413de46ccca59df1b07ac70225')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
               --without-docs
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list