git » breeze.git » commit a692cf2

breeze5: don't optdepend on itself

author Antonio Rojas
2024-03-06 15:36:19 UTC
committer Antonio Rojas
2024-03-06 15:36:19 UTC
parent 864922d4d97671bda006b8931ab6ae0f93c9c742

breeze5: don't optdepend on itself

Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/breeze/-/issues/3

.SRCINFO +2 -1
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index f009287..0582f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = breeze
 	pkgdesc = Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
 	pkgver = 6.0.1
-	pkgrel = 1
+	pkgrel = 2
 	url = https://kde.org/plasma-desktop/
 	arch = x86_64
 	groups = plasma
@@ -58,5 +58,6 @@ pkgname = breeze5
 	depends = kwindowsystem5
 	depends = qt5-base
 	depends = qt5-declarative
+	optdepends = 
 	conflicts = breeze<5.27.80
 	replaces = breeze<5.27.80
diff --git a/PKGBUILD b/PKGBUILD
index c7d689b..7b0c9a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=(breeze
          breeze5)
 pkgver=6.0.1
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
 url='https://kde.org/plasma-desktop/'
@@ -79,6 +79,7 @@ package_breeze5() {
            qt5-declarative)
   conflicts=('breeze<5.27.80')
   replaces=('breeze<5.27.80')
+  optdepends=()
   groups=()
 
   DESTDIR="$pkgdir" cmake --install build5