Date: Wednesday, December 9, 2015 @ 20:16:05 Author: foutrelis Revision: 255026
upgpkg: man-pages 4.02-4 Do not remove random(3) and regex(3); the conflict has been fixed in gcc. Modified: man-pages/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-09 19:13:10 UTC (rev 255025) +++ PKGBUILD 2015-12-09 19:16:05 UTC (rev 255026) @@ -4,7 +4,7 @@ pkgname=man-pages pkgver=4.02 _posixver=2013-a -pkgrel=3 +pkgrel=4 pkgdesc="Linux man pages" arch=('any') license=('GPL' 'custom') @@ -46,8 +46,6 @@ rm -f man1/{df,dircolors,du,install,ln,ls}.1 rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1 rm -f man1/{touch,vdir}.1 - # these are included in gcc - rm -f man3/{random,regex}.3 # this is included in shadow rm -f man5/passwd.5 rm -f man3/getspnam.3