diff options
author | João Figueiredo | 2024-03-01 20:36:19 +0000 |
---|---|---|
committer | João Figueiredo | 2024-03-01 20:36:19 +0000 |
commit | dacaa30bcb115398ba31dfd7b0e85da9e6766ada (patch) | |
tree | e8ed9ca4722c02db9a6c9e12ac57f69a7464e3a1 /.SRCINFO | |
parent | 9f39c6460a2fd6b03130040d066360b395317eae (diff) | |
download | aur-dacaa30bcb115398ba31dfd7b0e85da9e6766ada.tar.gz |
Fix erroneous Qt6-git dependencies
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = plasma-integration-git pkgdesc = Qt Platform Theme integration plugins for the Plasma workspaces pkgver = 6.0.80_r799.g9338c3c - pkgrel = 1 + pkgrel = 2 url = https://kde.org/plasma-desktop/ arch = x86_64 groups = plasma-git @@ -44,8 +44,8 @@ pkgbase = plasma-integration-git depends = qqc2-desktop-style-git depends = qt6-base depends = qt6-declarative - depends = qt6-wayland-git - depends = wayland-git + depends = qt6-wayland + depends = wayland provides = plasma-integration conflicts = plasma-integration source = git+https://github.com/KDE/plasma-integration.git |