[arch-commits] Commit in libvisio/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Nov 5 13:00:05 UTC 2017
Date: Sunday, November 5, 2017 @ 13:00:04
Author: andyrtr
Revision: 308923
upgpkg: libvisio 0.1.6-1
upstream update 0.1.6
Modified:
libvisio/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-05 12:41:21 UTC (rev 308922)
+++ PKGBUILD 2017-11-05 13:00:04 UTC (rev 308923)
@@ -5,8 +5,8 @@
# Contributor: philacs
pkgname=libvisio
-pkgver=0.1.5
-pkgrel=4
+pkgver=0.1.6
+pkgrel=1
pkgdesc='Library providing ability to interpret and import visio diagrams'
arch=('i686' 'x86_64')
url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
@@ -14,7 +14,7 @@
depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('430a067903660bb1b97daf4b045e408a1bb75ca45e615cf05fb1a4da65fc5a8c')
+sha256sums=('fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9')
build() {
cd $pkgname-$pkgver
@@ -24,9 +24,7 @@
check() {
cd $pkgname-$pkgver
- # Need to set timezone to CET to work around a test failure
- # https://bugs.documentfoundation.org/show_bug.cgi?id=92396
- make -k check TZ=CET
+ make -k check
}
package() {
More information about the arch-commits
mailing list