aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-09-17 19:07:08 +1200
committerDavid Phillips <david@sighup.nz>2017-09-17 19:07:08 +1200
commitce09c10539dc9d74a21ebc23ae6ea1a380a5bd24 (patch)
treeed4c8ed20b996216b08ba55f6e5fd7af5bc32966
parent7d6cdf39b4a02b6ef36d5d3bc7263b5b5112eabe (diff)
downloadarchlinux-openrc-ce09c10539dc9d74a21ebc23ae6ea1a380a5bd24.tar.xz
openrc: Remove unnecessary deps
-rw-r--r--openrc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/openrc/PKGBUILD b/openrc/PKGBUILD
index 999d540..e7f97ce 100644
--- a/openrc/PKGBUILD
+++ b/openrc/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Dependency-based init system that works with sysvinit.'
arch=('i686' 'x86_64')
url='https://github.com/OpenRC/openrc/'
license=('BSD')
-depends=('openrc-sysvinit' 'pam' 'sh')
+depends=('pam')
optdepends=('openrc-arch-services-git: collection of services for Arch'
'net-tools: for network service support'
'opentmpfiles: adds support for systemd-style tmpfiles.d')