summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 20:15:15 +0000
committerJoão Figueiredo2024-03-01 20:15:15 +0000
commit857531ed77db6af25edc0f99f3b233b27acb8507 (patch)
treea4e618d3dfd247b442bcf1604d6e92999d9168fc
parent2915a01d2bdd300d70244701ffc721f7d42c327d (diff)
downloadaur-857531ed77db6af25edc0f99f3b233b27acb8507.tar.gz
Remove yet another 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 4fb70cdd42e4..2063ad0307e0 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 = 2
+ pkgrel = 3
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
@@ -14,7 +14,7 @@ pkgbase = kwindowsystem-git
makedepends = qt6-declarative
makedepends = qt6-doc
makedepends = qt6-tools
- makedepends = wayland-protocols-git
+ makedepends = wayland-protocols
depends = gcc-libs
depends = glibc
depends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index f5f1368945b9..7deccb7a4a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=kwindowsystem-git
pkgver=6.0.0_r1009.g827ff06
-pkgrel=2
+pkgrel=3
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)
-makedepends=(git doxygen extra-cmake-modules-git plasma-wayland-protocols-git qt6-declarative qt6-doc qt6-tools wayland-protocols-git)
+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})
provides=(${pkgname%-git})