diff options
-rw-r--r-- | contrib/PKGBUILD.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/PKGBUILD.in b/contrib/PKGBUILD.in index 3c7b9b0..b4e31f0 100644 --- a/contrib/PKGBUILD.in +++ b/contrib/PKGBUILD.in @@ -7,7 +7,7 @@ pkgdesc='Profile based systemd network management' url='http://projects.archlinux.org/netctl.git/' license=('GPL') groups=('base') -depends=('coreutils' 'iproute2' 'openresolv') +depends=('coreutils' 'iproute2' 'openresolv' 'systemd') # The source tarball includes pre-built (using asciidoc) documentation. makedepends=('pkg-config') optdepends=('dialog: for the menu based wifi assistant' |