summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 20:32:25 +0000
committerJoão Figueiredo2024-03-01 20:32:25 +0000
commita95de4c3cddaec98e6967dbe22bcc2e289fe78ba (patch)
treec802ed5156afbdcd24dafd9b57e8cc8e86a32f26
parent857531ed77db6af25edc0f99f3b233b27acb8507 (diff)
downloadaur-a95de4c3cddaec98e6967dbe22bcc2e289fe78ba.tar.gz
You won't believe it: I found one more erroneous Qt6-git dep!
-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})