summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7961fa13a050..6ef073a51e69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = minirc-ng-git
depends = busybox
depends = bash
depends = jq
+ depends = util-linux
optdepends = systemd: udev implementation
conflicts = systemd-sysvcompat
conflicts = sysvinit
diff --git a/PKGBUILD b/PKGBUILD
index e3b48d7ccd72..d38514d614ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Minimalistic init script (ng)"
arch=('any')
url="https://github.com/karabaja4/${_gitname}"
license=('GPL2')
-depends=('busybox' 'bash' 'jq' 'util-linux' 'systemd')
+depends=('busybox' 'bash' 'jq' 'util-linux')
makedepends=('git')
optdepends=('systemd: udev implementation')
conflicts=('systemd-sysvcompat' 'sysvinit')