summarylogtreecommitdiffstats
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
parentf3415e0a02bbbca2c0b9a004d34e75cf56ae19a4 (diff)
downloadaur-fdf88eeb7f4b67771edfdf8092c2cb2d0f04ce85.tar.gz
fix: bump pkgrel
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907166108f4c..0c5b6477850e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autofs-no-locking
pkgdesc = A kernel-based automounter for Linux (disable mount locking, allows recursive auto-mounting)
pkgver = 5.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/pub/linux/daemons/autofs/
arch = x86_64
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = autofs-no-locking
makedepends = sssd
makedepends = libnsl
makedepends = rpcsvc-proto
+ makedepends = systemd
depends = libxml2
optdepends = krb5: for LDAP support
optdepends = sssd: for SSSD integration
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'