summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 654796d823bb..144ddc13c98c 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.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/pub/linux/daemons/autofs/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dd205c2c4229..1e25ed0516b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase=autofs
pkgname=${_pkgbase}-no-locking
pkgver=5.1.7
-pkgrel=1
+pkgrel=2
pkgdesc='A kernel-based automounter for Linux (disable mount locking, allows recursive auto-mounting)'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://www.kernel.org/pub/linux/daemons/autofs/'