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

Allan McRae allan at archlinux.org
Sat Dec 5 09:23:42 UTC 2015


    Date: Saturday, December 5, 2015 @ 10:23:42
  Author: allan
Revision: 252374

upgpkg: man-pages 4.02-2

remove manpages included in gcc-5.3

Modified:
  man-pages/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-05 08:06:42 UTC (rev 252373)
+++ PKGBUILD	2015-12-05 09:23:42 UTC (rev 252374)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.02
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -46,6 +46,8 @@
   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.gz
   # this is included in shadow
   rm -f man5/passwd.5
   rm -f man3/getspnam.3
@@ -54,5 +56,5 @@
   # this is included in xf86-input-mouse
   rm -f man4/mouse.4
   # this is included in attr
-  rm -f man5/attr.5  
+  rm -f man5/attr.5 
 }



More information about the arch-commits mailing list