summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang Bao2021-06-28 15:53:40 +0800
committerHuang-Huang Bao2021-06-28 15:53:40 +0800
commitc3beb0a6507c7a30213ad2ef8d3eba29cd17ade2 (patch)
treec6f3cf3611147f31d075676f67205d43e03e11e5 /PKGBUILD
parentc4d0794cbc8d7bd4a63f6867646da24e04e9be30 (diff)
downloadaur-c3beb0a6507c7a30213ad2ef8d3eba29cd17ade2.tar.gz
extend arch list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab804c986651..dd205c2c4229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ pkgname=${_pkgbase}-no-locking
pkgver=5.1.7
pkgrel=1
pkgdesc='A kernel-based automounter for Linux (disable mount locking, allows recursive auto-mounting)'
-arch=('x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://www.kernel.org/pub/linux/daemons/autofs/'
license=('GPL2')
depends=('libxml2')
-provides=("autofs")
-conflicts=("autofs")
+provides=('autofs')
+conflicts=('autofs')
makedepends=('libldap' 'krb5' 'kmod' 'sssd' 'libnsl' 'rpcsvc-proto' 'systemd')
optdepends=('krb5: for LDAP support'
'sssd: for SSSD integration')
@@ -61,4 +61,3 @@ package() {
install -dm755 "$pkgdir/etc/autofs/auto.master.d"
}
-