summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang Bao2020-05-18 22:27:03 +0800
committerHuang-Huang Bao2020-05-18 22:27:03 +0800
commitfdf88eeb7f4b67771edfdf8092c2cb2d0f04ce85 (patch)
tree2bd9f41ce21db67b41dcc48e1731b92e73492915 /PKGBUILD
parentf3415e0a02bbbca2c0b9a004d34e75cf56ae19a4 (diff)
downloadaur-fdf88eeb7f4b67771edfdf8092c2cb2d0f04ce85.tar.gz
fix: bump pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db372a18c0e5..339f0036af9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase=autofs
pkgname=${_pkgbase}-no-locking
pkgver=5.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='A kernel-based automounter for Linux (disable mount locking, allows recursive auto-mounting)'
arch=('x86_64')
url='https://www.kernel.org/pub/linux/daemons/autofs/'
@@ -16,7 +16,7 @@ license=('GPL2')
depends=('libxml2')
provides=("autofs")
conflicts=("autofs")
-makedepends=('libldap' 'krb5' 'kmod' 'sssd' 'libnsl' 'rpcsvc-proto', 'systemd')
+makedepends=('libldap' 'krb5' 'kmod' 'sssd' 'libnsl' 'rpcsvc-proto' 'systemd')
optdepends=('krb5: for LDAP support'
'sssd: for SSSD integration')
backup=('etc/autofs/auto.master'