From 21d6e26828268b43e06e046d63c1b4b37f57bc5a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 24 Jun 2024 10:35:59 +0000 Subject: [PATCH] extra/libqtxdg to 4.0.0-3 --- extra/libqtxdg/.SRCINFO | 2 +- extra/libqtxdg/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/libqtxdg/.SRCINFO b/extra/libqtxdg/.SRCINFO index 9cc273f84..a208fc060 100644 --- a/extra/libqtxdg/.SRCINFO +++ b/extra/libqtxdg/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libqtxdg pkgdesc = Library providing freedesktop.org XDG specs implementations for Qt pkgver = 4.0.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/lxqt/libqtxdg arch = x86_64 license = LGPL diff --git a/extra/libqtxdg/PKGBUILD b/extra/libqtxdg/PKGBUILD index 4b78c849c..2c31c3247 100644 --- a/extra/libqtxdg/PKGBUILD +++ b/extra/libqtxdg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libqtxdg pkgver=4.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt" arch=("x86_64") url="https://github.com/lxqt/$pkgname"