summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang Bao2020-05-18 22:25:54 +0800
committerHuang-Huang Bao2020-05-18 22:25:54 +0800
commitf3415e0a02bbbca2c0b9a004d34e75cf56ae19a4 (patch)
treed139b75880bbe9feb5dc8c1df946aa5ae0eef32e /PKGBUILD
parent05a2cc788ead95cffa68e68a5b3def9f28c27615 (diff)
downloadaur-f3415e0a02bbbca2c0b9a004d34e75cf56ae19a4.tar.gz
fix: add missing makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ecacba6eabe..db372a18c0e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ license=('GPL2')
depends=('libxml2')
provides=("autofs")
conflicts=("autofs")
-makedepends=('libldap' 'krb5' 'kmod' 'sssd' 'libnsl' 'rpcsvc-proto')
+makedepends=('libldap' 'krb5' 'kmod' 'sssd' 'libnsl' 'rpcsvc-proto', 'systemd')
optdepends=('krb5: for LDAP support'
'sssd: for SSSD integration')
backup=('etc/autofs/auto.master'