summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2015-07-10 16:37:04 +0200
committerJerome Leclanche2015-07-10 16:37:04 +0200
commit11c644587ae09042308dcb8064f0fd42bdff4b0f (patch)
tree4ee2e0fc26210bfe151a925cf78128f82f7bc7af
parent38edfe89441baa10377b022e2bab6d178b27da85 (diff)
downloadaur-11c644587ae09042308dcb8064f0fd42bdff4b0f.tar.gz
Provide and conflict with display-manager
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 619bc3370915..bd3781837baf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/sddm/sddm"
license=("GPL")
depends=("qt5-declarative" "upower")
makedepends=("git" "cmake" "qt5-tools" "python-docutils")
-provides=("$_pkgbase")
-conflicts=("$_pkgbase")
+provides=("$_pkgbase" "display-manager")
+conflicts=("$_pkgbase" "display-manager")
install="$_pkgbase.install"
backup=("usr/share/sddm/scripts/Xsetup")
source=("git+https://github.com/sddm/$_pkgbase.git")