git » kwin.git » commit 4af419c

upgpkg: 6.0.0-3: Qt 6.7 rebuild

author Antonio Rojas
2024-02-28 11:35:27 UTC
committer Antonio Rojas
2024-02-28 11:35:27 UTC
parent 4556dcc08789741a912a49e9c494b0c549e05940

upgpkg: 6.0.0-3: Qt 6.7 rebuild

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 721632a..b531478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = kwin
 	pkgdesc = An easy to use, but flexible, composited Window Manager
 	pkgver = 6.0.0
-	pkgrel = 2
+	pkgrel = 3
 	url = https://kde.org/plasma-desktop/
 	install = kwin.install
 	arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 410ebec..18d33e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgname=kwin
 pkgver=6.0.0
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=2
+pkgrel=3
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'