Date: Wednesday, April 22, 2015 @ 09:15:41 Author: lfleischer Revision: 131894
upgpkg: autofs 5.1.1-1 Upstream update. Modified: autofs/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-22 07:08:17 UTC (rev 131893) +++ PKGBUILD 2015-04-22 07:15:41 UTC (rev 131894) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Maintainer: Lukas Fleischer <[email protected]> # Contributor: Andrea Scarpino <[email protected]> # Contributor: Dale Blount <[email protected]> # Contributor: Manolis Tzanidakis pkgname=autofs -pkgver=5.1.0 -pkgrel=2 +pkgver=5.1.1 +pkgrel=1 pkgdesc='A kernel-based automounter for Linux.' arch=('i686' 'x86_64') url='http://freshmeat.net/projects/autofs' @@ -22,8 +22,10 @@ 'etc/autofs/autofs_ldap_auth.conf' 'etc/default/autofs') options=(!makeflags) -source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz") -sha256sums=('f4b343797e6df03627a9fd41bda6fd85acb84aa3fdd15694eec03ec90a52bc27') +source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar."{xz,sign}) +sha256sums=('e08ff0ef9ff365d87b6c33dca136d20e4e07675197a324f2816894cb437021c3' + 'SKIP') +validpgpkeys=('CD0A6E3CBB6768800B0736A8E7677380F54FD8A9') # Ian Kent prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
