Date: Thursday, July 4, 2013 @ 16:04:39 Author: andyrtr Revision: 189677
upgpkg: man-pages 3.52-1 upstream update 3.52 Modified: man-pages/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-04 11:53:29 UTC (rev 189676) +++ PKGBUILD 2013-07-04 14:04:39 UTC (rev 189677) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=man-pages -pkgver=3.51 +pkgver=3.52 _posixver=2003-a pkgrel=1 pkgdesc="Linux man pages" @@ -13,7 +13,7 @@ depends=() source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2) -md5sums=('63eef7d6d5abf30bc5b785e344d1df8b' +md5sums=('dbf00e3a6fd1e23e27a4552bf4d16fed' '7c78aff03c0a6767ba483d34f19e4b09') build() { @@ -33,7 +33,7 @@ make prefix=${pkgdir}/usr install cd ${pkgdir}/usr/share/man - # these are included in coreutils || return 1 + # these are included in coreutils rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1 rm -f man1/{df,dircolors,du,install,ln,ls}.1 rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
