From 4fecb274dba93f27c116fdf19545cac09fdf2e7f Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 6 Aug 2017 20:10:52 -0400 Subject: notsystemd: added \'eudev' and \'eudev-systemd' in provides=() It actually makes conflicts with those packages, and virtual dependencies have to be added, but it should not since notsystemd provides both --- libre/notsystemd/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/notsystemd') diff --git a/libre/notsystemd/PKGBUILD b/libre/notsystemd/PKGBUILD index 9e706152c..2a73f6251 100644 --- a/libre/notsystemd/PKGBUILD +++ b/libre/notsystemd/PKGBUILD @@ -221,9 +221,9 @@ package() { depends=('acl' 'bash' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap' 'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp' 'util-linux' 'xz') - provides=("systemd-tools=$_sdver" "udev=$_sdver") + provides=("systemd-tools=$_sdver" "udev=$_sdver" "eudev" "eudev-systemd") replaces=('systemd-tools' 'udev') - conflicts=('systemd-tools' 'udev') + conflicts=('systemd-tools' 'udev'') optdepends=('cryptsetup: required for encrypted block devices' 'libmicrohttpd: remote journald capabilities' 'quota-tools: kernel-level quota management' -- cgit v1.2.2