git » breeze.git » commit 6329328

upgpkg: 6.0.1-3: Don't replace breeze with breeze5

author Antonio Rojas
2024-03-06 22:07:21 UTC
committer Antonio Rojas
2024-03-06 22:07:21 UTC
parent a692cf2dbb8052ac69c57db51cb6c73362699e0b

upgpkg: 6.0.1-3: Don't replace breeze with breeze5

.SRCINFO +1 -3
PKGBUILD +1 -3

diff --git a/.SRCINFO b/.SRCINFO
index 0582f64..f05af9d 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 = 2
+	pkgrel = 3
 	url = https://kde.org/plasma-desktop/
 	arch = x86_64
 	groups = plasma
@@ -59,5 +59,3 @@ pkgname = breeze5
 	depends = qt5-base
 	depends = qt5-declarative
 	optdepends = 
-	conflicts = breeze<5.27.80
-	replaces = breeze<5.27.80
diff --git a/PKGBUILD b/PKGBUILD
index 7b0c9a3..4c147f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=(breeze
          breeze5)
 pkgver=6.0.1
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
 url='https://kde.org/plasma-desktop/'
@@ -77,8 +77,6 @@ package_breeze5() {
            kwindowsystem5
            qt5-base
            qt5-declarative)
-  conflicts=('breeze<5.27.80')
-  replaces=('breeze<5.27.80')
   optdepends=()
   groups=()