[arch-commits] Commit in libodfgen/trunk (PKGBUILD)
Andreas Radke
andyrtr at nymeria.archlinux.org
Sun May 25 20:27:47 UTC 2014
Date: Sunday, May 25, 2014 @ 22:27:45
Author: andyrtr
Revision: 213590
upgpkg: libodfgen 0.1.0-1
upstream update 0.1.0 - depend on librevenge; add docs
Modified:
libodfgen/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-25 20:21:41 UTC (rev 213589)
+++ PKGBUILD 2014-05-25 20:27:45 UTC (rev 213590)
@@ -4,16 +4,16 @@
# Contributor: Yue
pkgname=libodfgen
-pkgver=0.0.4
+pkgver=0.1.0
pkgrel=1
pkgdesc='Library for generating documents in Open Document Format'
arch=('i686' 'x86_64')
url='http://sf.net/p/libwpd/libodfgen/'
license=('MPL')
-depends=('libwpd' 'zlib')
-makedepends=('boost' 'libwpg' 'libetonyek')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.bz2)
-md5sums=('e5483d1f0b71e64c367c1194b54b0f53')
+md5sums=('6c708dbcca976ad56115c98f191a0e90')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list