From e2c8cd7893dd50a21831bd43cf407df1c2452d42 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 30 Jan 2020 01:07:05 +0000 Subject: [PATCH] community/libqtxdg to 3.4.0-3 --- community/libqtxdg/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/libqtxdg/PKGBUILD b/community/libqtxdg/PKGBUILD index 96d6bed30..e6551d62e 100644 --- a/community/libqtxdg/PKGBUILD +++ b/community/libqtxdg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libqtxdg pkgver=3.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt." arch=("x86_64") url="https://lxqt.org" @@ -44,7 +44,7 @@ build() { check() { cd build - xvfb-run make test + xvfb-run -d make test } package() {