git » oxygen.git » commit 1c4ddbc

upgpkg: 6.0.1-3: Don't replace oxygen with oxygen5

author Antonio Rojas
2024-03-06 22:23:15 UTC
committer Antonio Rojas
2024-03-06 22:23:15 UTC
parent be68b366c7937e6f8d77118dfcd531562b96b87f

upgpkg: 6.0.1-3: Don't replace oxygen with oxygen5

.SRCINFO +1 -3
PKGBUILD +1 -3

diff --git a/.SRCINFO b/.SRCINFO
index a82b3d2..f8c8bbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = oxygen
 	pkgdesc = KDE Oxygen style
 	pkgver = 6.0.1
-	pkgrel = 2
+	pkgrel = 3
 	url = https://kde.org/plasma-desktop/
 	arch = x86_64
 	groups = plasma
@@ -61,5 +61,3 @@ pkgname = oxygen5
 	depends = qt5-declarative
 	depends = qt5-x11extras
 	optdepends = 
-	conflicts = oxygen<5.27.80
-	replaces = oxygen<5.27.80
diff --git a/PKGBUILD b/PKGBUILD
index efd2cc8..2804647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=(oxygen
 pkgdesc='KDE Oxygen style'
 pkgver=6.0.1
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL-2.0-or-later)
@@ -79,8 +79,6 @@ package_oxygen5() {
            qt5-base
            qt5-declarative
            qt5-x11extras)
-  conflicts=('oxygen<5.27.80')
-  replaces=('oxygen<5.27.80')
   optdepends=()
   groups=()