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

Andreas Radke andyrtr at nymeria.archlinux.org
Sun May 25 20:21:30 UTC 2014


    Date: Sunday, May 25, 2014 @ 22:21:29
  Author: andyrtr
Revision: 213588

upgpkg: libvisio 0.1.0-1

upstream update 0.1.0 - depend on librevenge; add docs

Modified:
  libvisio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-25 20:18:44 UTC (rev 213587)
+++ PKGBUILD	2014-05-25 20:21:29 UTC (rev 213588)
@@ -5,16 +5,16 @@
 # Contributor: philacs
 
 pkgname=libvisio
-pkgver=0.0.31
-pkgrel=3
+pkgver=0.1.0
+pkgrel=1
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('i686' 'x86_64')
 url='http://www.freedesktop.org/wiki/Software/libvisio'
 license=('LGPL')
-depends=('libwpd' 'libwpg' 'libxml2' 'gperf' 'icu')
-makedepends=('boost')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen')
 source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
-md5sums=('12ceec054cdec55b4dc9fc931507d1cd')
+md5sums=('41e156acfd269dcaf99b37a1d979b746')
 
 build() {
   cd $pkgname-$pkgver




More information about the arch-commits mailing list