community/libqtxdg to 3.4.0-3

This commit is contained in:
Kevin Mihelich 2020-01-30 01:07:05 +00:00
parent 5622b68583
commit e2c8cd7893

View file

@ -6,7 +6,7 @@
pkgname=libqtxdg pkgname=libqtxdg
pkgver=3.4.0 pkgver=3.4.0
pkgrel=2 pkgrel=3
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt." pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
arch=("x86_64") arch=("x86_64")
url="https://lxqt.org" url="https://lxqt.org"
@ -44,7 +44,7 @@ build() {
check() { check() {
cd build cd build
xvfb-run make test xvfb-run -d make test
} }
package() { package() {