diff options
Diffstat (limited to 'community/autofs/PKGBUILD')
-rw-r--r-- | community/autofs/PKGBUILD | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/community/autofs/PKGBUILD b/community/autofs/PKGBUILD index 6516f9736..6a85101ea 100644 --- a/community/autofs/PKGBUILD +++ b/community/autofs/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 47057 2011-05-15 17:16:45Z lfleischer $ +# $Id: PKGBUILD 50871 2011-07-02 10:03:49Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Dale Blount <dale@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=autofs -pkgver=5.0.5 -pkgrel=7 +pkgver=5.0.6 +pkgrel=1 pkgdesc='A kernel-based automounter for Linux.' arch=('i686' 'x86_64') url='http://freshmeat.net/projects/autofs' @@ -18,15 +18,11 @@ backup=('etc/autofs/auto.master' options=(!makeflags) install='autofs.install' source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.bz2" - "0001-${pkgname}-5.0.5-include-krb5-library.patch" - "0002-${pkgname}-5.0.5-remove-ERR_remove_state-openssl-call.patch" 'autofs' 'autofs.conf.d' 'auto.master' 'auto.misc') -md5sums=('a1d262cb6ebef0c2dd0fe22232fb3d5a' - '478737b8e3e79365a0e183aa95aab307' - 'e347999e5dffe142e7e57b067d3d9e9f' +md5sums=('44cea7f711e2290a0b50fddeda079705' 'e307bf6d2638e46eeb916cf42fe029b2' '47f597c870410055e0fdb66103daf928' 'a6cefb591e77b31b79dbb7243646c96b' @@ -38,9 +34,6 @@ build() { sed -i "s:SUBDIRS = lib daemon modules man samples:SUBDIRS = lib daemon modules man:" \ Makefile.rules - patch -p1 -i "../0001-${pkgname}-5.0.5-include-krb5-library.patch" - patch -p1 -i "../0002-${pkgname}-5.0.5-remove-ERR_remove_state-openssl-call.patch" - ./configure --prefix=/usr --sysconfdir=/etc/autofs --with-mapdir=/etc/autofs --without-hesiod \ --enable-ignore-busy make |