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() {