git » layer-shell-qt.git » commit 415c9c1

upgpkg: 6.0.0-2: Qt 6.7 rebuild

author Antonio Rojas
2024-02-28 11:15:42 UTC
committer Antonio Rojas
2024-02-28 11:15:42 UTC
parent b5d01224fa93acd69f942c7b38b214c63cf93dc2

upgpkg: 6.0.0-2: Qt 6.7 rebuild

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index a1276b3..bd7b9ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = layer-shell-qt
 	pkgdesc = Qt component to allow applications to make use of the Wayland wl-layer-shell protocol
 	pkgver = 6.0.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://kde.org/plasma-desktop/
 	arch = x86_64
 	groups = plasma
diff --git a/PKGBUILD b/PKGBUILD
index 4772f3c..c7b60fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=layer-shell-qt
 pkgver=6.0.0
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'