summaryrefslogtreecommitdiff
path: root/pcr/elogind
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-30 17:31:34 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-30 17:31:34 -0400
commit35d04ec2d3ae0107ad633acc253ff3130ee30b63 (patch)
tree24b0aafc0434c7aa1983c1ee23b9c13afe353abb /pcr/elogind
parenta7cc30a62955e44e02091ad8f7c1ab5d5544d3c4 (diff)
pcr/elogind: Don't conflict with systemd-dummy
Diffstat (limited to 'pcr/elogind')
-rw-r--r--pcr/elogind/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/elogind/PKGBUILD b/pcr/elogind/PKGBUILD
index f300c6447..4b399cfa3 100644
--- a/pcr/elogind/PKGBUILD
+++ b/pcr/elogind/PKGBUILD
@@ -11,7 +11,7 @@ pkgbase=elogind
pkgname=('elogind' 'libelogind' 'libelogind-manpages')
pkgver=238.1.0
_commit='8bb4695ef79404b6731b20dee58115c313444754'
-pkgrel=1
+pkgrel=2
pkgdesc="The systemd project's logind, extracted to a standalone package"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/elogind/elogind"
@@ -72,7 +72,7 @@ build() {
package_elogind() {
depends=('acl' 'pam' 'dbus' 'udev' 'libelogind')
- conflicts=('systemd') # because both provide org.freedesktop.login1
+ conflicts=('systemd-tools') # because both provide org.freedesktop.login1, say 'systemd-tools' instead of 'systemd' to avoid hitting systemd-dummy
optdepends=('elogind-openrc: elogind initscript'
'polkit-elogind: polkit support')
backup=('etc/elogind/logind.conf')