summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 14:24:33 +0000
committerJoão Figueiredo2024-03-02 14:24:33 +0000
commit015f8648e1341c4c9861029f47b160884424e1e2 (patch)
tree025c753c595eef176130cb143a9cc6c4b826527e /PKGBUILD
parent27927a34062f54928ad27ed7f8255f0e8ed1efa9 (diff)
downloadaur-015f8648e1341c4c9861029f47b160884424e1e2.tar.gz
Fix erroneous kf5-git dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f2dbc876166..a51ca29c620d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=breeze-git
pkgver=6.0.80_r2864.gbca12f7a
-pkgrel=1
+pkgrel=2
arch=($CARCH)
pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
url='https://kde.org/plasma-desktop/'
license=(LGPL-2.0-or-later)
depends=(breeze-icons-git frameworkintegration-git gcc-libs glibc kcmutils-git kcolorscheme-git kconfig-git kcoreaddons-git kdecoration-git kguiaddons-git ki18n-git kiconthemes-git kirigami-git kwidgetsaddons-git kwindowsystem-git qt6-base qt6-declarative)
-makedepends=(git extra-cmake-modules-git frameworkintegration5-git kconfigwidgets5-git kiconthemes5-git kirigami2-git kwindowsystem5-git)
+makedepends=(git extra-cmake-modules-git frameworkintegration kconfigwidgets kiconthemes kirigami2-git kwindowsystem)
optdepends=('breeze-gtk-git: Breeze widget style for GTK applications')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})