Date: Tuesday, December 23, 2014 @ 21:48:02 Author: andyrtr Revision: 227968
upgpkg: libabw 0.1.1-1 upstream update 0.1.1 Modified: libabw/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-23 20:33:12 UTC (rev 227967) +++ PKGBUILD 2014-12-23 20:48:02 UTC (rev 227968) @@ -1,19 +1,17 @@ # $Id$ # Maintainer: AndyRTR <[email protected]> -# Contributor: megadriver <megadriver at gmx dot com> -# Contributor: Luca Bennati <lucak3 AT gmail DOT com> pkgname=libabw pkgver=0.1.1 pkgrel=1 -pkgdesc="" +pkgdesc="a library that parses the file format of AbiWord documents" arch=('i686' 'x86_64') url="https://wiki.documentfoundation.org/DLP/Libraries/libabw" -#license=('GPL2' 'LGPL2.1' 'MPL') -#depends=('libwpd' 'lcms2' 'icu' 'librevenge') -#makedepends=('libwpg' 'boost' 'doxygen') +license=('MPL') +depends=('librevenge' 'libxml2' ) +makedepends=('doxygen' 'gperf' 'boost') source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('') +md5sums=('6be55a46078b593ec20cad9bb8730c3e') build() { cd $pkgname-$pkgver
