summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 19:31:10 +0000
committerJoão Figueiredo2024-03-01 19:31:10 +0000
commit2915a01d2bdd300d70244701ffc721f7d42c327d (patch)
tree8c2668956096447c7ed8842942478f55b08fc38c
parent330b4f06a11cba9906b84e93c9576792298c611f (diff)
downloadaur-2915a01d2bdd300d70244701ffc721f7d42c327d.tar.gz
Remove 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 e253aee62b4f..4fb70cdd42e4 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 = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
@@ -21,7 +21,7 @@ pkgbase = kwindowsystem-git
depends = libxcb
depends = libxfixes
depends = qt6-base
- depends = qt6-wayland-git
+ depends = qt6-wayland
depends = wayland-git
depends = xcb-util-keysyms
optdepends = qt6-declarative: QML bindings
diff --git a/PKGBUILD b/PKGBUILD
index 67b31e1a21c2..f5f1368945b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=kwindowsystem-git
pkgver=6.0.0_r1009.g827ff06
-pkgrel=1
+pkgrel=2
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-git wayland-git xcb-util-keysyms)
+depends=(gcc-libs glibc libx11 libxcb libxfixes qt6-base qt6-wayland wayland-git xcb-util-keysyms)
makedepends=(git doxygen extra-cmake-modules-git plasma-wayland-protocols-git qt6-declarative qt6-doc qt6-tools wayland-protocols-git)
optdepends=('qt6-declarative: QML bindings')
conflicts=(${pkgname%-git})