summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRustmilian2023-10-15 23:18:59 -0400
committerRustmilian2023-10-15 23:18:59 -0400
commit6bd724e36a2217933e8f311293768a651b22530c (patch)
treee876fd778a3a21456595983c5253c70287b9ae33 /PKGBUILD
parent38eba2a2d98d55422ef9b52618d79c57c456f74a (diff)
downloadaur-plymouth-kcm-git.tar.gz
add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22e9f7f4393a..239372deec14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgdesc='KCM to manage the Plymouth (Boot) theme'
arch=(x86_64)
url='https://invent.kde.org/plasma/plymouth-kcm'
license=(LGPL)
+conflicts=(plymouth-kcm)
+provides=(plymouth-kcm)
depends=(systemsettings plymouth)
makedepends=('cmake-git' 'extra-cmake-modules-git' 'kauth-git' 'karchive-git' 'knewstuff-git' 'kio-git' 'ki18n-git' 'kconfig-git' 'kcmutils-git')
groups=(kf6-git)