autofs: rebuild with new libldap, update to 5.1.1

This commit is contained in:
shainer 2016-03-20 13:52:28 +00:00
parent 22146083e3
commit b1dd909e8b

View File

@ -4,8 +4,8 @@
# maintainer abveritas@chakra-project.org
pkgname=autofs
pkgver=5.0.7
pkgrel=3
pkgver=5.1.1
pkgrel=1
pkgdesc='A kernel-based automounter for Linux.'
arch=('x86_64')
url='http://freshmeat.net/projects/autofs'
@ -15,11 +15,11 @@ backup=('etc/autofs/auto.master'
'etc/autofs/auto.misc')
options=(!makeflags)
install='autofs.install'
source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.bz2"
source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz"
'autofs.conf.d'
'auto.master'
'auto.misc')
md5sums=('bc46838dece83c02d800ff144ed9f431'
md5sums=('889c9d2f0e76f08ae0ff0d206f119098'
'47f597c870410055e0fdb66103daf928'
'a6cefb591e77b31b79dbb7243646c96b'
'd8a15ec9186c5c0b36e5cea1e2739e8a')
@ -45,3 +45,4 @@ package() {
install -Dm0644 "${srcdir}/autofs.conf.d" "${pkgdir}/etc/conf.d/autofs"
install -Dm0644 "samples/autofs.service" "${pkgdir}/usr/lib/systemd/system/autofs.service"
}