summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2063ad0307e0..a922c97520aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kwindowsystem-git
pkgdesc = Access to the windowing system
pkgver = 6.0.0_r1009.g827ff06
- pkgrel = 3
+ pkgrel = 4
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
@@ -22,7 +22,7 @@ pkgbase = kwindowsystem-git
depends = libxfixes
depends = qt6-base
depends = qt6-wayland
- depends = wayland-git
+ depends = wayland
depends = xcb-util-keysyms
optdepends = qt6-declarative: QML bindings
provides = kwindowsystem
diff --git a/PKGBUILD b/PKGBUILD
index 7deccb7a4a4e..41356ac2ecce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=kwindowsystem-git
pkgver=6.0.0_r1009.g827ff06
-pkgrel=3
+pkgrel=4
pkgdesc='Access to the windowing system'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL-2.0-only LGPL-3.0-only)
-depends=(gcc-libs glibc libx11 libxcb libxfixes qt6-base qt6-wayland wayland-git xcb-util-keysyms)
+depends=(gcc-libs glibc libx11 libxcb libxfixes qt6-base qt6-wayland wayland xcb-util-keysyms)
makedepends=(git doxygen extra-cmake-modules-git plasma-wayland-protocols-git qt6-declarative qt6-doc qt6-tools wayland-protocols)
optdepends=('qt6-declarative: QML bindings')
conflicts=(${pkgname%-git})