From 484b0d821ab87856c3d6017b248f962cb53b638d Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Sun, 4 Feb 2018 02:11:10 +0000 Subject: [PATCH] libvisio: update to 0.1.6 --- libvisio/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libvisio/PKGBUILD b/libvisio/PKGBUILD index 391f44057..8d11b2b67 100644 --- a/libvisio/PKGBUILD +++ b/libvisio/PKGBUILD @@ -1,14 +1,14 @@ pkgname=libvisio -pkgver=0.1.5 -pkgrel=2 +pkgver=0.1.6 +pkgrel=1 pkgdesc="Library for importing Visio(tm) documents" arch=('x86_64') -url="http://www.freedesktop.org/wiki/Software/libvisio" +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" license=('LGPL') depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') makedepends=('boost' 'gperf' 'doxygen' 'cppunit') source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('691522167fe3b0c94becfe5d957883be') +md5sums=('b60b7f4233105261eb139d82cbf3b33a') build() { cd $pkgname-$pkgver