[arch-commits] Commit in autofs/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Tue Apr 3 18:36:38 UTC 2018


    Date: Tuesday, April 3, 2018 @ 18:36:37
  Author: lfleischer
Revision: 313997

upgpkg: autofs 5.1.4-1

Upstream update.

Modified:
  autofs/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-03 18:33:37 UTC (rev 313996)
+++ PKGBUILD	2018-04-03 18:36:37 UTC (rev 313997)
@@ -4,7 +4,7 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=autofs
-pkgver=5.1.3
+pkgver=5.1.4
 pkgrel=1
 pkgdesc='A kernel-based automounter for Linux.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url='https://www.kernel.org/pub/linux/daemons/autofs/'
 license=('GPL2')
 depends=('libxml2')
-makedepends=('libldap' 'krb5' 'kmod' 'sssd')
+makedepends=('libldap' 'krb5' 'kmod' 'sssd' '')
 optdepends=('krb5: for LDAP support'
             'sssd: for SSSD integration')
 backup=('etc/autofs/auto.master'
@@ -23,7 +23,7 @@
         'etc/default/autofs')
 options=(!makeflags)
 source=("https://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar."{xz,sign})
-sha256sums=('e96eebfe3ed5fb1a30f4510f538198affde223e370c6dc2bed9780309272b1bf'
+sha256sums=('8fce30ee51ffd528fe1a4e8374ef57f43367e1f123030e175fb1b1cf15bc1722'
             'SKIP')
 validpgpkeys=('CD0A6E3CBB6768800B0736A8E7677380F54FD8A9') # Ian Kent
 
@@ -37,6 +37,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  export CPP=/usr/bin/cpp
   ./configure --prefix=/usr --sysconfdir=/etc/autofs --sbindir=/usr/bin --with-mapdir=/etc/autofs \
     --without-hesiod --enable-ignore-busy --with-systemd
   make



More information about the arch-commits mailing list